UNPKG

sequelize-typescript

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