Add 'staff' to RealmKey union

cgen-24ba3f4fcc514139ad5e3a05fe1c33cb
This commit is contained in:
Builder.io 2025-10-18 05:19:43 +00:00
parent eb9cb9c2fa
commit 1b04550634

View file

@ -35,7 +35,8 @@ export type RealmKey =
| "game_developer"
| "client"
| "community_member"
| "customer";
| "customer"
| "staff";
export interface RealmOption {
id: RealmKey;