first commit
This commit is contained in:
3
node_modules/@n8n/node-cli/dist/commands/new/prompts.d.ts
generated
vendored
Normal file
3
node_modules/@n8n/node-cli/dist/commands/new/prompts.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare const nodeNamePrompt: () => Promise<string>;
|
||||
export declare const nodeTypePrompt: () => Promise<"declarative" | "programmatic">;
|
||||
export declare const declarativeTemplatePrompt: () => Promise<"custom" | "githubIssues">;
|
||||
Reference in New Issue
Block a user