TDMChartEntry d Type

This commit is contained in:
ISA
2025-03-28 14:47:34 +01:00
parent f5b6024da7
commit 776f59a389
3 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import { fetchTDMDataBySlotThunk } from "../thunks/fetchTDMListBySlotThunk";
interface TDMChartEntry {
id: number;
t: string;
d?: number;
}
interface TDMChartState {