Checks if the given value is a BigInt not less than minimum.
minimum
// Ensure the value is greater than 9000.@MinBigInt(9_001)overNineThousand: BigInt Copy
// Ensure the value is greater than 9000.@MinBigInt(9_001)overNineThousand: BigInt
The minimum allowed value.
Optional
Generic class-validator options.
Checks if the given value is a BigInt not less than
minimum
.Example