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.
2 parents 3727e92 + 3099f72 commit 1b97677Copy full SHA for 1b97677
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