export interface D2HttpRequestConfig { includeVersionNumber?: boolean; preferPreviousApiVersion?: boolean; useRootUrl?: boolean; isExternalLink?: boolean; useIndexDb?: boolean; fetchOnlineIfNotExist?: boolean; indexDbConfig?: { schema: string; }; httpHeaders?: any; allowDataStoreRequestStandardization?: boolean; }