Skip to main content
Module

x/earthstar/src/entries/universal.ts>FormatsConfigRecord

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

Type Parameters

FormatterType
definition: [FormatterType] extends [IFormat<infer _F, infer _I, infer _D, infer _C>[]] ? [NameType in FormatterType[number]["id"]]: FormatConfigType<Extract<FormatterType[number], { id: NameType; }>> : undefined