export interface AssociationActionOptions {
    through?: any;
    transaction?: any;
    validate?: boolean;
}
