FuncType - v1.8.0
    Preparing search index...

    Type Alias FunctypeEnvelope

    Shape of every functype JSON envelope. The marker identifies the type, _tag (when present) discriminates variants within that type, and the remaining payload fields are type-specific (value for canonical cases, error for failure branches, etc.).

    type FunctypeEnvelope = {
        _tag?: string;
        "@functype": string;
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown
    Index
    _tag?: string
    "@functype": string