Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
interface DocBase
Re-export
import { type DocBase } from "https://deno.land/x/earthstar@v10.0.0/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