MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / Media

Interface Media

app/src/sqlite/database.ts:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44export interface Media {
45 id: MediaId
46 created: number
47 edited: number
48 data: Uint8Array<ArrayBuffer>
49 hash: Uint8Array<ArrayBuffer>
50}
51
52export interface NoteBase {
53 id: LDbId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected