refactor(ui): order types export
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 19 May 2023 20:36:50 +0000 (22:36 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 19 May 2023 20:36:50 +0000 (22:36 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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';