diff --git a/src/app/core/suggestion-notifications/qa/models/quality-assurance-event.model.ts b/src/app/core/suggestion-notifications/qa/models/quality-assurance-event.model.ts index 0bf7942f75..c9395bd528 100644 --- a/src/app/core/suggestion-notifications/qa/models/quality-assurance-event.model.ts +++ b/src/app/core/suggestion-notifications/qa/models/quality-assurance-event.model.ts @@ -14,6 +14,7 @@ import {CacheableObject} from '../../../cache/cacheable-object.model'; /** * The interface representing the Quality Assurance event message */ +// eslint-disable-next-line @typescript-eslint/no-empty-interface export interface QualityAssuranceEventMessageObject { }