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

Interface AuthorName

test/struct/typescript.ts:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface AuthorName {
57 alias?: string;
58 first_name: string;
59 last_name: string;
60}
61
62export type BookType =
63 | BookType__Fiction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected