Current Path : /home/infinitibizsol/.trash/node_modules/sequelize/types/errors/ |
Current File : /home/infinitibizsol/.trash/node_modules/sequelize/types/errors/association-error.d.ts |
import BaseError from './base-error'; /** * Thrown when an association is improperly constructed (see message for details) */ declare class AssociationError extends BaseError { constructor(message: string); } export default AssociationError;