UNPKG

sequelize-typescript

Version:

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

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