Files
n8n-nodes-gwezz-changdunovel/node_modules/@n8n/node-cli/dist/utils/command-suggestions.d.ts
2025-10-26 23:10:15 +08:00

7 lines
359 B
TypeScript

type ExecCommandType = 'cli' | 'script';
export declare function getExecCommand(type?: ExecCommandType): Promise<string>;
export declare function formatCommand(command: string): string;
export declare function suggestCloudSupportCommand(action: 'enable' | 'disable'): Promise<string>;
export declare function suggestLintCommand(): Promise<string>;
export {};