export interface Query {
    text: string;
    values: any[];
}
