UNPKG

@nestjs/cli

Version:

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

7 lines (6 loc) 271 B
import { UpgradeCommandContext } from '../commands/index.js'; import { AbstractAction } from './abstract.action.js'; export declare class UpgradeAction extends AbstractAction { handle(context: UpgradeCommandContext): Promise<void>; private mapSchematicOptions; }