Skip to main content
Module

x/earthstar/src/entries/npm.ts>DocInputWithFormat

Storage for private, distributed, offline-first applications.
Go to Latest
type alias DocInputWithFormat
import { type DocInputWithFormat } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.ts";

Type Parameters

FormatType extends string
DocInputType extends DocInputBase<string>
definition: Extract<DocInputType, { format: FormatType; }>