From 4b62614616aa68faa9161fd9acb837b5ca6eb055 Mon Sep 17 00:00:00 2001 From: Ole Zierau Date: Wed, 14 Aug 2024 10:28:16 +0200 Subject: [PATCH] notix: update type for testGroup --- src/ps-web-apis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps-web-apis.ts b/src/ps-web-apis.ts index 9bb9dd9..230ddd5 100644 --- a/src/ps-web-apis.ts +++ b/src/ps-web-apis.ts @@ -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 {