Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/formats/format_types.ts>FormatterGenerateOpts

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
interface FormatterGenerateOpts
import { type FormatterGenerateOpts } from "https://deno.land/x/earthstar@v10.0.0-beta.6/src/formats/format_types.ts";

Type Parameters

FormatType extends string
DocInput extends DocInputBase<FormatType>
DocType extends DocBase<FormatType>
ConfigType

Properties

keypair: AuthorKeypair
config: ConfigType
input: DocInput
share: ShareAddress
timestamp: Timestamp
optional
prevLatestDoc: DocType