FuncType - v1.4.1
    Preparing search index...

    Type Alias DecoderErrorComposite

    type DecoderErrorComposite = {
        _tag: "Composite";
        children: List<DecoderError>;
        path: ReadonlyArray<string>;
    }
    Index

    Properties

    Properties

    _tag: "Composite"
    children: List<DecoderError>
    path: ReadonlyArray<string>