Checks if the given value is a BigInt not greater than maximum.
maximum
// Ensure the value is less than 9000.@MaxBigInt(8_999)underNineThousand: BigInt Copy
// Ensure the value is less than 9000.@MaxBigInt(8_999)underNineThousand: BigInt
The maximum allowed value.
Optional
Generic class-validator options.
Checks if the given value is a BigInt not greater than
maximum
.Example