@stonecypher/kyrie
Preparing search index...
CLIResult
Interface CLIResult
Result of CLI processing
interface
CLIResult
{
error
?:
string
;
output
?:
string
;
success
:
boolean
;
}
Index
Properties
error?
output?
success
Properties
Optional
error
error
?:
string
Optional
output
output
?:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
output
success
@stonecypher/kyrie
Loading...
Result of CLI processing