X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FConfigurationType.ts;fp=ui%2Fweb%2Fsrc%2Ftypes%2FConfigurationType.ts;h=1c8de85bc20c623f1656104b01bebf1397f22407;hb=f4b3f35d653138a946d74d5f3c313275ee9c03b2;hp=18ea267a5e16052c1e58ff4afd9ee5d5c826ba46;hpb=3b68e4162f8c9a67bc598c2ea4cab407611e0d31;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/ConfigurationType.ts b/ui/web/src/types/ConfigurationType.ts index 18ea267a..1c8de85b 100644 --- a/ui/web/src/types/ConfigurationType.ts +++ b/ui/web/src/types/ConfigurationType.ts @@ -1,10 +1,10 @@ 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