UNPKG

sequelize-typescript

Version:

Decorators and some other extras for sequelize (v3 + v4)

6 lines (5 loc) 159 B
import 'reflect-metadata'; /** * Sets unique option true for annotated property. */ export declare function Unique(target: any, propertyName: string): void;