export interface QueryRequest { table: string; query: string; }