X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FConfigurationType.ts;h=1c8de85bc20c623f1656104b01bebf1397f22407;hb=276e05aec38f4e8b4a8d5ebd8cbbcb30592b414d;hp=51bd21388b82b6c4260c5d1e2931f8611f45bac2;hpb=f292861c82c819c87719364485f5bba141eb51fa;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/ConfigurationType.ts b/ui/web/src/types/ConfigurationType.ts index 51bd2138..1c8de85b 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 = { +export interface ConfigurationData { uiServer: UIServerConfigurationSection | UIServerConfigurationSection[] } -export type UIServerConfigurationSection = { +export interface UIServerConfigurationSection { + name?: string host: string port: number secure?: boolean