Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
interface DocBase
Re-export
import { type DocBase } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.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