export type QueryInstanceType  = {
    constructor: { name: string };
    [key: string]: any;
}