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

Interface Annotation

apps/reader/src/annotation.ts:25–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface Annotation {
26 id: string
27 bookId: string
28 cfi: string
29 spine: {
30 index: number
31 title: string
32 }
33 createAt: number
34 updatedAt: number
35 type: AnnotationType
36 color: AnnotationColor
37 notes?: string
38 text: string
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected