Protons
    Preparing search index...

    Interface DecodeOptions<T>

    interface DecodeOptions<T> {
        limits?: Partial<
            CollectionLimits<T> & ArrayElementLimits<T> & MapValueLimits<T>,
        >;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    Runtime-specified limits for lengths of repeated/map fields