Add more locations, add all location images, adjust seatGroups in locations

This commit is contained in:
2024-10-08 20:04:56 +02:00
parent 41a7cbc9da
commit fe2cea5529
57 changed files with 606 additions and 381 deletions

View File

@@ -5,6 +5,5 @@ export class SeatGroupModel {
surcharge: number
standingArea: Boolean
capacity: number
occupied: number
seatRows: Array<SeatRowModel>
}