chore: version 1.2.34
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ConfigurationType.ts
index 9b74808278eca7e1ed1cb37cba3d967b50115c52..3753d58475ee9d165be6640a5fbc329fbe20a632 100644 (file)
@@ -1,11 +1,11 @@
 export type BaseConfig = {
-  uiServer: UIServerConfig;
-};
+  uiServer: UIServerConfig
+}
 
 type UIServerConfig = {
-  host: string;
-  port: number;
-  protocol: string;
-  username?: string;
-  password?: string;
-};
+  host: string
+  port: number
+  protocol: string
+  username?: string
+  password?: string
+}