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