export interface IQuery { tableName: string; tableQuery: string; }