UNPKG

sequelize-typescript

Version:

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

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