UNPKG

sequelize-typescript

Version:

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

7 lines (6 loc) 230 B
import 'reflect-metadata'; /** * Sets allowNull true for annotated property column. */ export declare function AllowNull(target: any, propertyName: string): void; export declare function AllowNull(allowNull: boolean): Function;