giga_tcg/app/schemas/inventory.py
2025-02-07 20:29:39 -05:00

5 lines
129 B
Python

from pydantic import BaseModel, Field
class UpdateInventoryResponse(BaseModel):
success: bool = Field(..., title="Success")