[T] MinContainsDecorator
type MinContainsDecorator: (context, target, value) => void;Specify that the array must contain at least some number of the types provided by the contains decorator.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Type | ModelProperty | - |
value | number | The minimum number of instances the array must contain |
Returns
void