From: Jérôme Benoit Date: Fri, 19 May 2023 20:36:50 +0000 (+0200) Subject: refactor(ui): order types export X-Git-Tag: v1.2.14~43 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7edba9a79cf60b1d1113ec89f310788194ddb97a;p=e-mobility-charging-stations-simulator.git refactor(ui): order types export Signed-off-by: Jérôme Benoit --- 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';