Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.1/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