X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FConfigurationType.ts;h=18ea267a5e16052c1e58ff4afd9ee5d5c826ba46;hb=258666f9962451dda19d0db528bbf07e41838ff2;hp=5d0f76797141ec280f4e3cc597a3de2f52e5b36c;hpb=c25a4046983ef80409cbc4546f944231e8655604;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/ConfigurationType.ts b/ui/web/src/types/ConfigurationType.ts index 5d0f7679..18ea267a 100644 --- a/ui/web/src/types/ConfigurationType.ts +++ b/ui/web/src/types/ConfigurationType.ts @@ -1,10 +1,11 @@ import type { AuthenticationType, Protocol, ProtocolVersion } from './UIProtocol' export type ConfigurationData = { - uiServer: UIServerConfigurationSection + uiServer: UIServerConfigurationSection | UIServerConfigurationSection[] } export type UIServerConfigurationSection = { + name?: string host: string port: number secure?: boolean