Validates that a number is strictly greater than the specified value.
`@exclusiveMinimum(0) positiveNumber: number;` Copy
`@exclusiveMinimum(0) positiveNumber: number;`
Minimum value allowed (exclusive)
Validates that a number is strictly greater than the specified value.
Example