X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FRequests.ts;h=99a3f817b064301c55d396c28f11a557c0c6b90e;hb=0afed85fd7e6cb8f4b5ea0d18800a8d7b3bd78a7;hp=ed9dac1a71fe2d8de071adb90093a945de149eff;hpb=e3018bc4b27b43106073e4c4cda031cc37715027;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Requests.ts b/src/types/ocpp/Requests.ts index ed9dac1a..99a3f817 100644 --- a/src/types/ocpp/Requests.ts +++ b/src/types/ocpp/Requests.ts @@ -1,8 +1,8 @@ import type ChargingStation from '../../charging-station/ChargingStation'; -import OCPPError from '../../exception/OCPPError'; -import { JsonType } from '../JsonType'; +import type OCPPError from '../../exception/OCPPError'; +import type { JsonType } from '../JsonType'; import { OCPP16DiagnosticsStatus } from './1.6/DiagnosticsStatus'; -import { OCPP16MeterValuesRequest } from './1.6/MeterValues'; +import type { OCPP16MeterValuesRequest } from './1.6/MeterValues'; import { OCPP16AvailabilityType, OCPP16BootNotificationRequest, @@ -11,7 +11,7 @@ import { OCPP16RequestCommand, OCPP16StatusNotificationRequest, } from './1.6/Requests'; -import { MessageType } from './MessageType'; +import type { MessageType } from './MessageType'; export type RequestCommand = OCPP16RequestCommand;