This commit is contained in:
Ismail Ali
2025-06-26 22:55:26 +02:00
parent 8b3280da0a
commit 137839da98
15 changed files with 3604 additions and 44 deletions

10
types/Kue705FOProps.ts Normal file
View File

@@ -0,0 +1,10 @@
// types/components/Kue705FOProps.ts
export interface Kue705FOProps {
isolationswert: number | string;
schleifenwiderstand: number | string;
modulName: string;
kueOnline: number;
slotIndex: number;
tdrLocation: number[];
alarmStatus?: boolean;
}