cockpit/Schemas/InfoSchemas.py

8 lines
122 B
Python

from pydantic import BaseModel
class QueryInfoByType(BaseModel):
type: str
page: int = 1
pagesize: int = 10