hiring_assessment/backend/app/dtos/owner_detail_response.py
2025-02-19 16:25:48 +01:00

8 lines
115 B
Python

from pydantic import BaseModel
class OwnerDetailResponse(BaseModel):
id: str
user_id: str
email: str