class-validator-extended - v4.2.0
    Preparing search index...

    Type Alias ArrayMonotonicOptions<T>

    ArrayMonotonicOptions:
        | { monotonicity: Monotonicity; projection: (item: T) => number }
        | { comparator: (a: T, b: T) => number; monotonicity: Monotonicity }
        | { monotonicity: Monotonicity }

    Type Parameters

    • T

      The type of the array elements.