Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>SyncAgentRangeMessageEvent

Storage for private, distributed, offline-first applications.
Go to Latest
type alias SyncAgentRangeMessageEvent
import { type SyncAgentRangeMessageEvent } from "https://deno.land/x/earthstar@v10.2.0/mod.ts";

An event to be passed on to a RangeMessenger

definition: { kind: "RANGE_MSG"; message: RangeMessage; }