UNPKG

sequelize-typescript

Version:

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

6 lines (5 loc) 230 B
import { IScopeFindOptions } from "./IScopeFindOptions"; import { IDefineScopeOptions } from "./IDefineScopeOptions"; export interface IScopeOptions extends IDefineScopeOptions { defaultScope?: IScopeFindOptions | Function; }