Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pezzolabs/pezzo
/ Pagination
Interface
Pagination
apps/server/src/lib/ts-helpers.ts:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
| RecursiveArray<Primitive>;
13
14
export
interface
Pagination {
15
offset: number;
16
limit: number;
17
}
18
19
export
interface
PaginationResult<T> {
20
data: T[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected