mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-14 04:10:30 +02:00
feat: add todo
This commit is contained in:
@@ -10,6 +10,7 @@ T = TypeVar("T")
|
||||
|
||||
|
||||
# TODO: Add complete fastapi-pagination proxy here
|
||||
# TODO: Add pagination off functionality
|
||||
# SkipJsonSchema is used to avoid generating invalid JSON schema in FastAPI
|
||||
class Page(AbstractPage[T], Generic[T]):
|
||||
results: Sequence[T]
|
||||
|
||||
Reference in New Issue
Block a user