| 23 | } |
| 24 | |
| 25 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected