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,5 +1,6 @@
import { Player } from "../player";
export interface AdultConfirmationRequest {
id?: number;
kids: Player[];
}