This commit is contained in:
Richard Toth
2025-12-01 13:42:02 +01:00
parent f63ab127ab
commit a22c15da0d
3 changed files with 4 additions and 3 deletions

View File

@@ -20,4 +20,5 @@ export interface Official extends GenericUser {
tshirtCount?: number;
hasCards?: boolean;
hasCoin?: boolean;
isJVB?: boolean;
}