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 79bb0d5 commit f0d7f43Copy full SHA for f0d7f43
index.d.ts
@@ -48,7 +48,7 @@ export class People {
48
}
49
50
export class MixpanelGroup {
51
- constructor(token: string, groupKey: string, groupID: string);
+ constructor(token: string, groupKey: string, groupID: MixpanelType);
52
set(prop: string, to: MixpanelType): void;
53
setOnce(prop: string, to: MixpanelType): void;
54
unset(prop: string): void;
0 commit comments