UNPKG

sequelize-typescript

Version:
4 lines (3 loc) 216 B
import { HookOptions } from '../../shared/hook-options'; export declare function BeforeBulkRestore(target: any, propertyName: string): void; export declare function BeforeBulkRestore(options: HookOptions): Function;