MCPcopy
hub / github.com/SciPhi-AI/R2R / PaginatedResultsWrapper

Interface PaginatedResultsWrapper

js/sdk/src/types.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface PaginatedResultsWrapper<T> extends ResultsWrapper<T> {
15 totalEntries: number;
16}
17
18// Generic response types
19export interface GenericBooleanResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected