Skip to main content
Module

x/earthstar/mod.ts>DocBase

Storage for private, distributed, offline-first applications.
Latest
interface DocBase
Re-export
import { type DocBase } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

The core properties all documents must implement, regardless of format.

Type Parameters

FormatType extends string

Properties

format: FormatType
path: string
timestamp: Timestamp
signature: Signature
optional
deleteAfter: number | null
optional
_localIndex: number