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

Interface PaginationResult

test/struct/typescript.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39/** Generic struct test */
40export interface PaginationResult<T> {
41 items: Array<T>;
42 total_items: number;
43}
44
45/** Generic struct test with camelCase field names. */
46export interface PaginationResultCamel<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected