Checks if the given value is a Set with at least one value.
// Ensure the set is not empty.@SetNotEmpty()values: Set<string> Copy
// Ensure the set is not empty.@SetNotEmpty()values: Set<string>
Optional
Generic class-validator options.
Checks if the given value is a Set with at least one value.
Example