UNPKG

sequelize-typescript

Version:

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

4 lines (3 loc) 212 B
import { IHookOptions } from "../../interfaces/IHookOptions"; export declare function BeforeDefine(target: any, propertyName: string): void; export declare function BeforeDefine(options: IHookOptions): Function;