This commit is contained in:
2025-07-08 16:35:20 +02:00
parent c08588d5e8
commit dfa40e5397
8 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
export interface OfficialConfirmationRequest {
referee: boolean;
umpire: boolean;
}