Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/tsync
/ Chapter
Interface
Chapter
test/struct/typescript.ts:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
* separate lines
33
*/
34
export
interface
Chapter {
35
title: string;
36
pages: number;
37
}
38
39
/** Generic struct test */
40
export
interface
PaginationResult<T> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected