Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/formats/format_types.ts>FormatInputType

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias FormatInputType
import { type FormatInputType } from "https://deno.land/x/earthstar@v10.0.0-beta.6/src/formats/format_types.ts";

Extracts a IFormat's input type, used to generate a new document.

Type Parameters

FormatterType
definition: FormatterType extends IFormat<infer _FormatType, infer DocInputType, infer _DocType, infer _ConfigType> ? DocInputType : never