UNPKG

sequelize-typescript

Version:

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

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