X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=0b54ba11ea0ccd54823608eb3f089d19c9251c36;hb=e8044a69a745aab08dfeea0bd9ec9dd7fe84cdd7;hp=8b060dd0bfc891b7ebcb06736ec8c6226fca0758;hpb=1abe401efb31da0c1ae37aee93a1379272091987;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 8b060dd0..0b54ba11 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -27,6 +27,7 @@ export { ChargingProfileStatus, ChargingRateUnitType, type ChargingSchedulePeriod, + type ChargingStationAutomaticTransactionGeneratorConfiguration, type ChargingStationConfiguration, type ChargingStationData, type ChargingStationInfo, @@ -59,6 +60,9 @@ export { type ErrorCallback, type ErrorResponse, ErrorType, + type EvseStatus, + type EvseStatusConfiguration, + type EvseTemplate, FileType, FirmwareStatus, type FirmwareStatusNotificationRequest,