FuncType - v1.8.0
    Preparing search index...

    Type Alias DecoderErrorComposite

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