Letzten TDR-Messungen anzeigen in Dropdown-Menü
This commit is contained in:
6
redux/types/tdmEntryTypes.ts
Normal file
6
redux/types/tdmEntryTypes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// redux/types/tdmEntryTypes.ts
|
||||
export interface TDMEntry {
|
||||
id: number;
|
||||
t: string;
|
||||
// ggf. weitere Felder wie m, p usw.
|
||||
}
|
||||
Reference in New Issue
Block a user