import { Player } from "../player"; export interface AdultConfirmationRequest { id?: number; kids: Player[]; }