phase 3 18 api tournament
This commit is contained in:
@@ -34,3 +34,12 @@ class TournamentResponse(BaseModel):
|
||||
event_date: datetime
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
|
||||
class SeatResponse(BaseModel):
|
||||
id: int
|
||||
sector: str
|
||||
row: int
|
||||
number: int
|
||||
price: int
|
||||
is_available: bool
|
||||
|
||||
Reference in New Issue
Block a user