| 42 | } |
| 43 | |
| 44 | export interface Media { |
| 45 | id: MediaId |
| 46 | created: number |
| 47 | edited: number |
| 48 | data: Uint8Array<ArrayBuffer> |
| 49 | hash: Uint8Array<ArrayBuffer> |
| 50 | } |
| 51 | |
| 52 | export interface NoteBase { |
| 53 | id: LDbId |
nothing calls this directly
no outgoing calls
no test coverage detected