Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 7b6b355

Browse files
dimitropoulosBryan Mikaelian
authored and
Bryan Mikaelian
committed
adds types for Segment Integration Settings
1 parent 4f3035c commit 7b6b355

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/index.d.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ export declare namespace SegmentAnalytics {
66
}
77

88
interface IntegrationsSettings {
9-
// TODO remove `any`
10-
[key: string]: any;
9+
addBundledMetadata: boolean;
10+
apiHost?: string;
11+
apiKey?: string;
12+
crossDomainIdServers?: string[];
13+
deleteCrossDomainId?: boolean;
14+
retryQueue: boolean;
15+
saveCrossDomainIdInLocalStorage: boolean;
16+
unbundledIntegrations: any[];
1117
}
1218

1319
interface CookieOptions {

0 commit comments

Comments
 (0)