UNPKG

sequelize-typescript

Version:

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

7 lines (6 loc) 157 B
import { IHookOptions } from "./IHookOptions"; export interface ISequelizeHook { hookType: string; methodName: string; options?: IHookOptions; }