Skip to content

Commit f0d7f43

Browse files
committed
Fix type definition for groupID parameter
1 parent 79bb0d5 commit f0d7f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class People {
4848
}
4949

5050
export class MixpanelGroup {
51-
constructor(token: string, groupKey: string, groupID: string);
51+
constructor(token: string, groupKey: string, groupID: MixpanelType);
5252
set(prop: string, to: MixpanelType): void;
5353
setOnce(prop: string, to: MixpanelType): void;
5454
unset(prop: string): void;

0 commit comments

Comments
 (0)