first commit
This commit is contained in:
7
node_modules/@n8n/node-cli/dist/commands/release.d.ts
generated
vendored
Normal file
7
node_modules/@n8n/node-cli/dist/commands/release.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Command } from '@oclif/core';
|
||||
export default class Release extends Command {
|
||||
static description: string;
|
||||
static examples: string[];
|
||||
static flags: {};
|
||||
run(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user