hushh-wallet / schema.py
Dev Paragiri
Wallet v1
62862ac
raw
history blame contribute delete
No virus
165 Bytes
from pydantic import BaseModel
class WalletSchema(BaseModel):
id: int
brand_name: str
bg_image: str
logo: str
font_color: str
bg_color: str