UNPKG

@gmjs/cli-wrapper

Version:
3 lines (2 loc) 152 B
export declare const TYPES_OF_CLI_RESULT: readonly ["completed", "execute", "error"]; export type CliResultType = (typeof TYPES_OF_CLI_RESULT)[number];