UNPKG

71 BTypeScriptView Raw
1export interface CliArgs {
2 command: string;
3 options: Object;
4}