import { IAdvanceQueryAdapter } from "./IAdvanceQueryAdapter"; export interface IDataSourceQueryAdapterOptions { adapter: IAdvanceQueryAdapter; }