Modal für Messkurve auslagern
This commit is contained in:
10
types/components/Kue705FOProps.ts
Normal file
10
types/components/Kue705FOProps.ts
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user