NumericConstraints<T>: {
    max?: T;
    min?: T;
}

Type Parameters

  • T extends number | bigint = number | bigint