Change SegmentOpts context type from Object to object

This commit is contained in:
Henry Myers
2019-01-22 14:40:11 -05:00
parent ee55a6283f
commit 48658cccd5
+1 -1
View File
@@ -12,7 +12,7 @@ declare namespace SegmentAnalytics {
interface SegmentOpts {
integrations?: any;
anonymousId?: string;
context?: Object;
context?: object;
}
// The actual analytics.js object