X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=8b060dd0bfc891b7ebcb06736ec8c6226fca0758;hb=bc5b1e94c9b908990fdb7590fa56ae65cfdc83a1;hp=6255a3c2ea808594c648c565b82218496df211df;hpb=411894569d4a0333a4e38e911a178520a69448cd;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 6255a3c2..8b060dd0 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -47,6 +47,7 @@ export { ConnectorPhaseRotation, type ConnectorStatus, ConnectorStatusEnum, + type ConnectorStatusTransition, CurrentType, DBName, type DataTransferRequest, @@ -91,7 +92,7 @@ export { MeterValueUnit, type MeterValuesRequest, type MeterValuesResponse, - type MikroORMDBType, + type MikroOrmDbType, OCPP16AuthorizationStatus, type OCPP16AuthorizeRequest, type OCPP16AuthorizeResponse, @@ -144,6 +145,7 @@ export { type OCPP20BootNotificationResponse, type OCPP20ClearCacheRequest, type OCPP20ClearCacheResponse, + OCPP20ConnectorStatusEnumType, type OCPP20HeartbeatRequest, type OCPP20HeartbeatResponse, OCPP20IncomingRequestCommand,