Skip to main content
Module

x/earthstar/src/entries/npm.ts>AttachmentTransferStatus

Storage for private, distributed, offline-first applications.
Go to Latest
type alias AttachmentTransferStatus
import { type AttachmentTransferStatus } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.ts";
definition:
| "ready"
| "in_progress"
| "complete"
| "failed"
| "missing_attachment"