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

Interface PaginationResultCamel

test/struct/typescript.d.ts:46–49  ·  view source on GitHub ↗

Generic struct test with camelCase field names.

Source from the content-addressed store, hash-verified

44
45/** Generic struct test with camelCase field names. */
46interface PaginationResultCamel<T> {
47 items: Array<T>;
48 totalItems: number;
49}
50
51/** Struct with flattened field. */
52type Author = AuthorName & {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected