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

Interface ResultsWrapper

js/sdk/src/types.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9// Response wrappers
10export interface ResultsWrapper<T> {
11 results: T;
12}
13
14export interface PaginatedResultsWrapper<T> extends ResultsWrapper<T> {
15 totalEntries: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected