????

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/SchemaDropCommand.d.ts

import * as yargs from "yargs";
/**
 * Drops all tables of the database from the given dataSource.
 */
export declare class SchemaDropCommand implements yargs.CommandModule {
    command: string;
    describe: string;
    builder(args: yargs.Argv): yargs.Argv<{
        dataSource: unknown;
    }>;
    handler(args: yargs.Arguments): Promise<void>;
}