UNPKG
@gmjs/cli-wrapper
Version:
latest (0.0.2)
0.0.2
0.0.1
cli-wrapper
github.com/mrzli/cli-wrapper
mrzli/cli-wrapper
@gmjs/cli-wrapper
/
dist
/
types
/
cli-result-type.d.ts
3 lines
(2 loc)
•
152 B
TypeScript
View Raw
1
2
3
export
declare
const
TYPES_OF_CLI_RESULT
:
readonly
[
"completed"
,
"execute"
,
"error"
];
export
type
CliResultType
= (
typeof
TYPES_OF_CLI_RESULT
)[
number
];