????

Your IP : 18.226.166.64


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/driver/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/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);
}