UNPKG

130 BTypeScriptView Raw
1import { CreateOptions } from 'sequelize';
2export declare type AssociationCreateOptions = {
3 through?: any;
4} & CreateOptions;