giga_tcg/schemas/inventory.py

5 lines
129 B
Python

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