refactor(simulator): consolidate connector status transition
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 6255a3c2ea808594c648c565b82218496df211df..eaf26be9cbe4473979f9c99967b607badf83c5b5 100644 (file)
@@ -47,6 +47,7 @@ export {
   ConnectorPhaseRotation,
   type ConnectorStatus,
   ConnectorStatusEnum,
+  type ConnectorStatusTransition,
   CurrentType,
   DBName,
   type DataTransferRequest,
@@ -144,6 +145,7 @@ export {
   type OCPP20BootNotificationResponse,
   type OCPP20ClearCacheRequest,
   type OCPP20ClearCacheResponse,
+  OCPP20ConnectorStatusEnumType,
   type OCPP20HeartbeatRequest,
   type OCPP20HeartbeatResponse,
   OCPP20IncomingRequestCommand,