/** * If removing an entity would cause a relationship exception then this exception is * thrown. */ export interface IRelationViolatedException { } //# sourceMappingURL=relation_violated_exception.d.ts.map