Add 'staff' to user_type_enum in generated types
cgen-6a4a7b59d9734f05a4feaaef8911e0e3
This commit is contained in:
parent
fe99e2874e
commit
c65ae5daf1
1 changed files with 2 additions and 1 deletions
|
|
@ -478,7 +478,8 @@ export type Database = {
|
|||
| "game_developer"
|
||||
| "client"
|
||||
| "community_member"
|
||||
| "customer";
|
||||
| "customer"
|
||||
| "staff";
|
||||
};
|
||||
CompositeTypes: {
|
||||
[_ in never]: never;
|
||||
|
|
|
|||
Loading…
Reference in a new issue