Add 'staff' to RealmKey union
cgen-24ba3f4fcc514139ad5e3a05fe1c33cb
This commit is contained in:
parent
eb9cb9c2fa
commit
1b04550634
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ export type RealmKey =
|
|||
| "game_developer"
|
||||
| "client"
|
||||
| "community_member"
|
||||
| "customer";
|
||||
| "customer"
|
||||
| "staff";
|
||||
|
||||
export interface RealmOption {
|
||||
id: RealmKey;
|
||||
|
|
|
|||
Loading…
Reference in a new issue