import { type SyncerStatus } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/syncer/syncer_types.ts";
A map of sync statuses by the share address they're associated with.
definition: Record<ShareAddress, { docs: SyncAgentStatus; attachments: AttachmentTransferReport[]; }>