This commit is contained in:
2025-09-20 11:50:46 +02:00
parent c5a3f47a4f
commit 1d4fb2f180
6 changed files with 6 additions and 1 deletions

View File

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