Skip to main content
Module

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

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

A SyncAgentEvent addressed to a specific share address.

definition: SyncAgentEvent & { to: string; }