Version: 4.4
#
Interface: UniqueOptions<T>core.UniqueOptions
#
Type parametersName | Type |
---|---|
T | AnyEntity<T> |
#
HierarchyUniqueOptions
↳ IndexOptions
#
Properties#
name• Optional
name: undefined | string
Defined in: packages/core/src/decorators/Indexed.ts:29
#
options• Optional
options: undefined | Dictionary<any>
Defined in: packages/core/src/decorators/Indexed.ts:31
#
properties• Optional
properties: undefined | keyof T | keyof T[]
Defined in: packages/core/src/decorators/Indexed.ts:30