UNPKG

projex

Version:
11 lines (10 loc) 374 B
export declare const unreleased = "## [Unreleased]"; export declare const Commands: { GET_ACCOUNT: string; GET_TOKEN: string; }; export declare const ERROR_EXECUTION: string[]; export declare const ERROR_TO_EXCLUDE: string[]; export declare const SUCCESS_EXECUTION: string[]; export declare const PROMPT_CONTINUE: string[]; export declare const CLI_NAME = "projex";