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

8 lines
199 B
TypeScript

import { Command } from '@oclif/core';
export default class Release extends Command {
static description: string;
static examples: string[];
static flags: {};
run(): Promise<void>;
}