X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FResponses.ts;h=2acee1ea7f03e7bb8d3b9359da7874c7dd20ae5b;hb=dbd54e98c369aa3032a76a066c9ff9828ef5a742;hp=08076964f5dd4a1b48f3d3df898b4b2c90e33126;hpb=3e0905a14af7b7e0a96e859d6c4c615044845d54;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 08076964..2acee1ea 100644 --- a/src/types/ocpp/1.6/Responses.ts +++ b/src/types/ocpp/1.6/Responses.ts @@ -1,6 +1,6 @@ -import { EmptyObject } from '../../EmptyObject'; -import { JsonObject } from '../../JsonType'; -import { OCPPConfigurationKey } from '../Configuration'; +import type { EmptyObject } from '../../EmptyObject'; +import type { JsonObject } from '../../JsonType'; +import type { OCPPConfigurationKey } from '../Configuration'; export interface OCPP16HeartbeatResponse extends JsonObject { currentTime: string;