src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts @@ -14,6 +14,7 @@ YL: number; }; export type Monitor = { title:string; type: SummaryAnswerType.DeviceLastValue; rows: MonitorRow[]; values: MonitorValue[];