Spaces:
Running
Running
File size: 150 Bytes
d68e65a |
1 2 3 4 5 6 7 8 |
from pydantic import BaseModel
class StandardResponse(BaseModel):
error: bool
title: str
status: int
payload: None # generic |