Dashbord Tabelle responsive mit flex-grow
This commit is contained in:
13
data/mockdata/types.ts
Normal file
13
data/mockdata/types.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// /data/mockdata/types.ts
|
||||
/**
|
||||
Da alle Eingänge (xioPm1Inputs, xioPm2Inputs, analogInputs) die gleiche Struktur haben, können wir ein gemeinsames Interface verwenden
|
||||
*/
|
||||
export interface InputData {
|
||||
id: number;
|
||||
value: number;
|
||||
name: string;
|
||||
uW: boolean;
|
||||
uG: boolean;
|
||||
oW: boolean;
|
||||
oG: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user