import { IGroupRelations } from "./group_relations"; /** * Exception with information about the grouped linked entities that hold a relation * preventing removal. */ export interface IGroupRelationViolatedException { /** Gets or sets the {@link IGroupRelations} preventing removal. */ relations: IGroupRelations; } //# sourceMappingURL=group_relation_violated_exception.d.ts.map