f20cc81a5dcafe7719820ea10888747bee95e6c5
[e-mobility-charging-stations-simulator.git] / ui / web / src / global-properties.d.ts
1 export {}
2
3 declare module 'vue' {
4 interface ComponentCustomProperties {
5 $configuration: Ref<ConfigurationData>
6 $templates: Ref<string[]>
7 $chargingStations: Ref<ChargingStationData[]>
8 $uiClient: UIClient
9 }
10 }