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

x/earthstar/mod.ts>SynceAgentNewAttachmentEvent

Storage for private, distributed, offline-first applications.
Go to Latest
type alias SynceAgentNewAttachmentEvent
import { type SynceAgentNewAttachmentEvent } from "https://deno.land/x/earthstar@v10.2.0/mod.ts";
definition: { kind: "NEW_ATTACHMENT"; path: Path; author: AuthorAddress; format: string; hash: string; }