openpdf-backend / app /schemas /request_params.py
zinoubm's picture
initial commit
66340f1
raw
history blame
141 Bytes
from typing import Any
from pydantic.main import BaseModel
class RequestParams(BaseModel):
skip: int
limit: int
order_by: Any