New booking dashboard

This commit is contained in:
Jose Selesan
2026-04-09 14:54:13 -03:00
parent 11dd12682c
commit aa2fe41ecc
16 changed files with 1292 additions and 42 deletions

View File

@@ -234,7 +234,7 @@ function mapBookingResponse(input: {
endTime: string
customerName: string
customerPhone: string
status: 'CONFIRMED' | 'CANCELLED'
status: 'CONFIRMED' | 'CANCELLED' | 'COMPLETED'
court: {
id: string
name: string