MCPcopy
hub / github.com/msgbyte/tianji / PaginationParams

Interface PaginationParams

apps/mcp-server/src/utils/pagination.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 */
5
6export interface PaginationParams {
7 cursor?: string;
8 [key: string]: any;
9}
10
11export interface PaginatedResponse<T> {
12 items: T[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected