Skip to content

[T] UniqueItemsDecorator

type UniqueItemsDecorator = (context, target) => void;

Specify that every item in the array must be unique.

ParameterType
contextDecoratorContext
targetType | ModelProperty

void