Checks if the given value is a Map with a size of exactly size.
size
// Ensure the map has exactly 5 entries.@MapSize(5)values: Map<string, string> Copy
// Ensure the map has exactly 5 entries.@MapSize(5)values: Map<string, string>
The allowed size of the map.
Optional
Generic class-validator options.
Checks if the given value is a Map with a size of exactly
size
.Example