MCPcopy
hub / github.com/pacexy/flow / CoverRecord

Interface CoverRecord

apps/reader/src/db.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface CoverRecord {
16 id: string
17 cover: string | null
18}
19
20export interface BookRecord {
21 // TODO: use file hash as id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected