Skip to content

Commit

Permalink
notix: update type for testGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
derzierau committed Aug 14, 2024
1 parent db0b72a commit 4b62614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps-web-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export interface UtilsV1 {
}

export interface AbV1 {
userInTestGroupForFeature: (key: string) => { canSeeFeature: boolean, testGroup: string };
userInTestGroupForFeature: (key: string) => { canSeeFeature: boolean, testGroup: "A" | "B" };
}

export interface WaitingRoomV1 {
Expand Down

0 comments on commit 4b62614

Please sign in to comment.