????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/commands/
Upload File :
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>;
}