UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

6 lines (5 loc) 241 B
import { GenerateCommandContext } from '../commands/index.js'; import { AbstractAction } from './abstract.action.js'; export declare class GenerateAction extends AbstractAction { handle(context: GenerateCommandContext): Promise<void>; }