????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/commands/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/commands/VersionCommand.d.ts |
import * as yargs from "yargs"; /** * Shows typeorm version. */ export declare class VersionCommand implements yargs.CommandModule { command: string; describe: string; handler(): Promise<void>; protected static executeCommand(command: string): Promise<string>; }