Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
type alias AttachmentTransferReport
import { type AttachmentTransferReport } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";
definition: { author: string; path: string; format: string; hash: string; status: AttachmentTransferStatus; bytesLoaded: number; totalBytes: number; kind: "download" | "upload"; }