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

Interface Book

test.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* This file is generated and managed by tsync */
2
3interface Book {
4 name: string
5 chapters: Array<Chapter>
6}
7
8interface Chapter {
9 title: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected