repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4147bb7
)
refactor(ui): order types export
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 19 May 2023 20:36:50 +0000
(22:36 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/src/types/index.ts
b/ui/web/src/types/index.ts
index edd7ab5e763efba9c12ecfeacaa43344954f8fb4..ff73d6887e6a128de780cf5fe76bddbe58419655 100644
(file)
--- 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';