refactor: refine type definitions
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ConfigurationType.ts
index 18ea267a5e16052c1e58ff4afd9ee5d5c826ba46..1c8de85bc20c623f1656104b01bebf1397f22407 100644 (file)
@@ -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