feat(ui): allow to specificy a UI server configuration name
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ConfigurationType.ts
index 51bd21388b82b6c4260c5d1e2931f8611f45bac2..18ea267a5e16052c1e58ff4afd9ee5d5c826ba46 100644 (file)
@@ -5,6 +5,7 @@ export type ConfigurationData = {
 }
 
 export type UIServerConfigurationSection = {
+  name?: string
   host: string
   port: number
   secure?: boolean