UNPKG

sequelize-typescript

Version:

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

6 lines (5 loc) 150 B
import 'reflect-metadata'; /** * Sets the specified default value for the annotated field */ export declare function Default(value: any): Function;