basic booking load behavior
This commit is contained in:
@@ -92,6 +92,7 @@ export interface BookingResponseDto {
|
||||
notes?: string;
|
||||
reservedSeatsCount: number;
|
||||
canceledAt: string | null;
|
||||
createdAt: string | null;
|
||||
user: UserResponseDto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user