X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FResponses.ts;h=2e5e285b2ef7378ec2a1033b2df071bee0dfdfca;hb=73ed6e010e5e8b671bb6fc3dd9d0273d6f67f2cc;hp=9cd96b2473dbfccccbe7a7772b34c5f72b57184a;hpb=b1f1b0f6ea0a9a5da396e20083071857e40c538c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Responses.ts b/src/types/ocpp/1.6/Responses.ts index 9cd96b24..2e5e285b 100644 --- a/src/types/ocpp/1.6/Responses.ts +++ b/src/types/ocpp/1.6/Responses.ts @@ -1,8 +1,8 @@ import type { OCPP16ChargingSchedule } from './ChargingProfile'; import type { EmptyObject } from '../../EmptyObject'; import type { JsonObject } from '../../JsonType'; +import type { GenericStatus, RegistrationStatusEnumType } from '../Common'; import type { OCPPConfigurationKey } from '../Configuration'; -import { GenericStatus, type RegistrationStatusEnumType } from '../Responses'; export interface OCPP16HeartbeatResponse extends JsonObject { currentTime: Date;