import { type FormatInputType } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.ts";
Extracts a IFormat's input type, used to generate a new document.
definition: FormatterType extends IFormat<infer _FormatType, infer DocInputType, infer _DocType, infer _ConfigType> ? DocInputType : never