UNPKG

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