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

View File

@@ -0,0 +1,6 @@
import { Club } from "../club";
export interface TeamAdminConfirmationRequest {
active: boolean;
club: Club;
}