Files
home_hub/backend/app/schemas/media.py
T
2026-05-24 05:05:37 +02:00

9 lines
157 B
Python

from pydantic import BaseModel
class MediaUploadResponse(BaseModel):
file_id: str
file_path: str
thumbnail_path: str | None
file_type: str