Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zinoubm
/
openpdf-backend
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66340f1
openpdf-backend
/
app
/
schemas
/
request_params.py
zinoubm
initial commit
66340f1
over 1 year ago
raw
Copy download link
history
blame
Safe
141 Bytes
from
typing
import
Any
from
pydantic.main
import
BaseModel
class
RequestParams
(
BaseModel
):
skip:
int
limit:
int
order_by:
Any