UNPKG

453 BTypeScriptView Raw
1export declare class ConfigItems {
2 static credentail: string;
3 static ssh: string;
4}
5export declare const DefaultFunctionDeployConfig: {
6 timeout: number;
7 runtime: string;
8 handler: string;
9 installDependency: boolean;
10 ignore: string[];
11};
12export declare const DefaultCloudBaseConfig: {
13 functionRoot: string;
14 functions: any[];
15};
16export declare const REQUEST_TIMEOUT = 30000;
17export declare const ALL_COMMANDS: string[];