X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Focpp%2FRequests.ts;h=89f836651c013bc81122326487ac2e4b0070cbc7;hb=14763b466177d8e74d2e1925647e04e2d62ac72a;hp=26d8bd7efbdb4b8469e592b5c08916d4ca7a960f;hpb=7170127d905a1af7a64c0c01ae81c1f892cfc278;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Requests.ts b/src/types/ocpp/Requests.ts index 26d8bd7e..89f83665 100644 --- a/src/types/ocpp/Requests.ts +++ b/src/types/ocpp/Requests.ts @@ -2,7 +2,7 @@ import { OCPP16AvailabilityType, OCPP16BootNotificationRequest, OCPP16IncomingRe import { MessageType } from './MessageType'; import { OCPP16DiagnosticsStatus } from './1.6/DiagnosticsStatus'; -import OCPPError from '../../charging-station/OCPPError'; +import OCPPError from '../../charging-station/ocpp/OCPPError'; export default interface Requests { [id: string]: Request;