UNPKG

consultant

Version:

Gathers structural and validateable input from command line or interative menu

7 lines (6 loc) 161 B
export declare enum Types { command = "command", stringParameter = "stringParameter", booleanParameter = "booleanParameter", } export default Types;