????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@nestjs/cli/commands/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@nestjs/cli/commands/abstract.command.d.ts |
import { CommanderStatic } from 'commander'; import { AbstractAction } from '../actions/abstract.action'; export declare abstract class AbstractCommand { protected action: AbstractAction; constructor(action: AbstractAction); abstract load(program: CommanderStatic): void; }