UNPKG

94 BTypeScriptView Raw
1export declare type CliConfigType = {
2 commands: {
3 [key: string]: any;
4 }[];
5};