Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
type alias FormatInputType
Re-export
import { type FormatInputType } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.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