Skip to main content
Module

x/earthstar/src/entries/universal.ts>SyncerStatus

Storage for private, distributed, offline-first applications.
Go to Latest
type alias SyncerStatus
Re-export
import { type SyncerStatus } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";

A map of sync statuses by the share address they're associated with.

definition: Record<ShareAddress, { docs: SyncAgentStatus; attachments: AttachmentTransferReport[]; }>