UNPKG

@nodearch/command

Version:
15 lines 379 B
export declare enum CommandDecorator { COMMAND = "@nodearch/command/decorators/command" } export declare enum QuestionType { INPUT = "input", NUMBER = "number", PASSWORD = "password", LIST = "list", RAW_LIST = "rawList", EXPAND = "expand", CHECKBOX = "checkbox", CONFIRM = "confirm", EDITOR = "editor" } //# sourceMappingURL=enums.d.ts.map