diff --git a/lib/index.d.ts b/lib/index.d.ts index d78c7a90..f6beeb5d 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -6,8 +6,14 @@ export declare namespace SegmentAnalytics { } interface IntegrationsSettings { - // TODO remove `any` - [key: string]: any; + addBundledMetadata: boolean; + apiHost?: string; + apiKey?: string; + crossDomainIdServers?: string[]; + deleteCrossDomainId?: boolean; + retryQueue: boolean; + saveCrossDomainIdInLocalStorage: boolean; + unbundledIntegrations: any[]; } interface CookieOptions {