mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Change SegmentOpts context type from Object to object
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ declare namespace SegmentAnalytics {
|
||||
interface SegmentOpts {
|
||||
integrations?: any;
|
||||
anonymousId?: string;
|
||||
context?: Object;
|
||||
context?: object;
|
||||
}
|
||||
|
||||
// The actual analytics.js object
|
||||
|
||||
Reference in New Issue
Block a user