basic booking load behavior

This commit is contained in:
Roland Schneider
2025-12-19 22:40:32 +01:00
parent 4e77578abf
commit e9943dae76
7 changed files with 17 additions and 8 deletions

View File

@@ -92,6 +92,7 @@ export interface BookingResponseDto {
notes?: string;
reservedSeatsCount: number;
canceledAt: string | null;
createdAt: string | null;
user: UserResponseDto;
}