Satisfy ESLint
[GitHub/WoltLab/WCF.git] / ts / WoltLabSuite / Core / Ui / Message / InlineEditor / Data.ts
index e64eab0809f8adad650d376c30257ea4c09a7f59..d25bc06fb179f1a5232787259f5bdeef92d6e2df 100644 (file)
@@ -19,6 +19,7 @@ export interface MessageInlineEditorOptions {
 }
 
 export interface ItemData {
+  // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
   item: "divider" | "editItem" | string;
   label?: string;
 }