????

Your IP : 3.149.249.124


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/commands/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/commands/QueryCommand.d.ts

import * as yargs from "yargs";
/**
 * Executes an SQL query on the given dataSource.
 */
export declare class QueryCommand implements yargs.CommandModule {
    command: string;
    describe: string;
    builder(args: yargs.Argv): yargs.Argv<{
        query: string | undefined;
    } & {
        dataSource: unknown;
    }>;
    handler(args: yargs.Arguments): Promise<void>;
}