[T] MinPropertiesDecorator
type MinPropertiesDecorator: (context, target, value) => void;Specify the minimum number of properties this object can have.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Type | ModelProperty | - |
value | number | The minimum number of properties this object can have. |
Returns
void