diff options
Diffstat (limited to 'frontend/app/api')
| -rw-r--r-- | frontend/app/api/schema.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/api/schema.d.ts b/frontend/app/api/schema.d.ts index cec5661..b5ec26b 100644 --- a/frontend/app/api/schema.d.ts +++ b/frontend/app/api/schema.d.ts @@ -159,6 +159,8 @@ export interface components { icon_path?: string; /** @example false */ is_admin: boolean; + /** @example staff */ + label: string | null; }; Game: { /** @example 1 */ |
