From 7edba9a79cf60b1d1113ec89f310788194ddb97a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 19 May 2023 22:36:50 +0200 Subject: [PATCH] refactor(ui): order types export MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index edd7ab5e..ff73d688 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -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'; -- 2.34.1