????

Your IP : 3.137.214.24


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

/**
 * This class stores query and its parameters
 */
export declare class Query {
    query: string;
    parameters?: any[] | undefined;
    readonly "@instanceof": symbol;
    constructor(query: string, parameters?: any[] | undefined);
}