UNPKG

112 BTypeScriptView Raw
1export interface AssociationActionOptions {
2 through?: any;
3 transaction?: any;
4 validate?: boolean;
5}