UNPKG

155 BTypeScriptView Raw
1import { FindOptions } from 'sequelize';
2export declare type AssociationGetOptions = {
3 scope?: string | boolean;
4 schema?: string;
5} & FindOptions;