From 1b04550634958a493133461f0933318c45d23306 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 05:19:43 +0000 Subject: [PATCH] Add 'staff' to RealmKey union cgen-24ba3f4fcc514139ad5e3a05fe1c33cb --- client/components/settings/RealmSwitcher.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index f02e74c8..bf1b6574 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -35,7 +35,8 @@ export type RealmKey = | "game_developer" | "client" | "community_member" - | "customer"; + | "customer" + | "staff"; export interface RealmOption { id: RealmKey;