Validates that a string's length is at most the specified value.
`@max(100) description: string;` Copy
`@max(100) description: string;`
Maximum length allowed
Validates that a string's length is at most the specified value.
Example