import { type FormatConfigType } from "https://deno.land/x/earthstar@v10.0.1/src/entries/npm.ts";
Extracts a IFormat's config type
definition: FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer _DocType, infer ConfigType> ? ConfigType : FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer _DocType, infer ConfigType>[] ? ConfigType : never