????
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/MigrationShowCommand.d.ts |
import * as yargs from "yargs"; /** * Shows all migrations and whether they have been run or not. */ export declare class MigrationShowCommand implements yargs.CommandModule { command: string; describe: string; builder(args: yargs.Argv): yargs.Argv<{ dataSource: unknown; }>; handler(args: yargs.Arguments): Promise<void>; }