MCPcopy
hub / github.com/shiyi-0x7f/o-lib / BookInfo

Interface BookInfo

src/components/WereadBookDetailModal.tsx:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10interface BookInfo {
11 bookId: string;
12 title: string;
13 author?: string;
14 cover?: string;
15 intro?: string;
16 category?: string;
17 publisher?: string;
18 publishTime?: string;
19 isbn?: string;
20 wordCount?: number;
21 newRating?: number;
22 newRatingCount?: number;
23}
24
25interface Chapter {
26 chapterUid: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected