diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 644e59dd..1ea472bd 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -9401,32 +9401,32 @@ type PageGrid2 = { type PageThermo = { type: 'cardThermo', items: PageItem[], -} & PageBaseType +} & Omit type PageMedia = { type: 'cardMedia', items: PageItem[], -} & PageBaseType +} & Omit type PageAlarm = { type: 'cardAlarm', items: PageItem[], -} & PageBaseType +} & Omit type PageUnlock = { type: 'cardUnlock', items: PageItem[], -} & PageBaseType +} & Omit & Partial> type PageQR = { type: 'cardQR', items: PageItem[], -} & PageBaseType +} & Omit type PagePower = { type: 'cardPower', items: PageItem[], -} & PageBaseType +} & Omit type PageChart = { type: 'cardChart' | 'cardLChart',