Validates that a number is strictly less than the specified value.
`@exclusiveMaximum(100) score: number;` Copy
`@exclusiveMaximum(100) score: number;`
Maximum value allowed (exclusive)
Validates that a number is strictly less than the specified value.
Example