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