Skip to main content
Module

x/earthstar/mod.ts>DocWithFormat

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias DocWithFormat
import { type DocWithFormat } from "https://deno.land/x/earthstar@v10.0.0-alpha.2/mod.ts";

Type Parameters

FormatType extends string
DocType extends DocBase<string>
definition: Extract<DocType, { format: FormatType; }>