Interface DecodeOptions<T>

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

Type Parameters

  • T

Properties

Properties

Runtime-specified limits for lengths of repeated/map fields