export interface QuerySettings { urlBase: string; authToken?: string; apiKey?: string; cache?: any; credentials?: any; maxCacheAge?: number; }