Skip to main content
Module

x/earthstar/mod.browser.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-beta.8/mod.browser.ts";

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

Type Parameters

FormatType extends string

Properties

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