????
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/MigrationRunCommand.d.ts |
import * as yargs from "yargs"; /** * Runs migration command. */ export declare class MigrationRunCommand implements yargs.CommandModule { command: string; describe: string; builder(args: yargs.Argv): yargs.Argv<{ dataSource: unknown; } & { transaction: string; } & { fake: boolean; }>; handler(args: yargs.Arguments): Promise<void>; }