[CST-5337] Fixed lint error

This commit is contained in:
Luca Giamminonni
2022-07-06 18:12:15 +02:00
parent f2400a714a
commit 530db26587

View File

@@ -14,6 +14,7 @@ import {CacheableObject} from '../../../cache/cacheable-object.model';
/** /**
* The interface representing the Quality Assurance event message * The interface representing the Quality Assurance event message
*/ */
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface QualityAssuranceEventMessageObject { export interface QualityAssuranceEventMessageObject {
} }