UNPKG

sequelize-typescript

Version:

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

7 lines (6 loc) 231 B
import 'reflect-metadata'; import { IScopeFindOptions } from "../interfaces/IScopeFindOptions"; /** * Sets default scope for annotated class */ export declare function DefaultScope(scope: IScopeFindOptions | Function): Function;