UNPKG

sequelize-typescript

Version:

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

8 lines (7 loc) 247 B
import { IFindOptions } from "./IFindOptions"; export interface IFindCreateFindOptions<TAttributes> extends IFindOptions<TAttributes> { /** * Default values to use if building a new instance */ defaults?: Partial<TAttributes>; }