import { type SyncAgentDocEvent } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/syncer/syncer_types.ts";
An event with an Earthstar document and corresponding ID.
definition: { kind: "DOC"; thumbnail: DocThumbnail; doc: DocBase<string>; attachmentHeld: boolean; }