MCPcopy Create free account
hub / github.com/Wulf/tsync / Paginated

Interface Paginated

test/generic/typescript.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface Paginated<T> {
9 data: Array<T>;
10 page: number;
11 total_pages: number;
12}
13
14export type Flatten<T> = Array<T> & {
15 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected