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

x/earthstar/src/util/doc-types.ts>DocBase

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