build: properly workaround Ajv TS type definitions bug
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index edd7ab5e763efba9c12ecfeacaa43344954f8fb4..ff73d6887e6a128de780cf5fe76bddbe58419655 100644 (file)
@@ -3,6 +3,7 @@ export type {
   ChargingStationInfo,
   ConnectorStatus,
 } from './ChargingStationType';
+export type { BaseConfig } from './ConfigurationType';
 export {
   ProcedureName,
   type ProtocolResponse,
@@ -10,4 +11,3 @@ export {
   type ResponsePayload,
   ResponseStatus,
 } from './UIProtocol';
-export type { BaseConfig } from './ConfigurationType';