We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47657 commit 3099f72Copy full SHA for 3099f72
index.d.ts
@@ -17,7 +17,7 @@ export class Mixpanel {
17
alias(alias: string, distinctId: string): void
18
track(eventName: string, properties?: MixpanelProperties): void
19
getPeople(): People;
20
- trackWithGroups(eventName: string, properties?: MixpanelProperties, groups: MixpanelProperties): void;
+ trackWithGroups(eventName: string, properties?: MixpanelProperties, groups?: MixpanelProperties): void;
21
setGroup(groupKey: string, groupID: MixpanelType): void;
22
getGroup(groupKey: string, groupID: MixpanelType): MixpanelGroup;
23
addGroup(groupKey: string, groupID: MixpanelType): void;
0 commit comments