Validates that a string's length is at least the specified value.
`@min(3) username: string;` Copy
`@min(3) username: string;`
Minimum length required
Validates that a string's length is at least the specified value.
Example