UNPKG

sequelize-typescript

Version:

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

5 lines (4 loc) 165 B
import { IScopeFindOptions } from "./IScopeFindOptions"; export interface IDefineScopeOptions { [scopeName: string]: IScopeFindOptions | Function | undefined; }