hiring_assessment/backend/app/dtos/house/house_response.py

10 lines
162 B
Python

from pydantic import BaseModel
class HouseResponse(BaseModel):
id: str
description: str
address: str
city: str
country: str
price: float