Skip to main content
Module

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

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

An attachment associated with a document.

definition: { stream: () => Promise<ReadableStream<Uint8Array>>; bytes: () => Promise<Uint8Array>; }