X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Ftypes%2Focpp%2F2.0%2FVariables.ts;h=59b1b023bfbf6b0362590f6393ab435b77e0b0f8;hb=69074173770c04bc5e5aa744b655edf9491daa46;hp=0b089567c6719680ea690d1b411eddfbf9318bf7;hpb=4c3c0d59f56be4d58e906e938c00390b41e0ca7f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/2.0/Variables.ts b/src/types/ocpp/2.0/Variables.ts index 0b089567..59b1b023 100644 --- a/src/types/ocpp/2.0/Variables.ts +++ b/src/types/ocpp/2.0/Variables.ts @@ -1,4 +1,5 @@ -import type { EVSEType, JsonObject, StatusInfoType } from '../../internal'; +import type { EVSEType, StatusInfoType } from './Common'; +import type { JsonObject } from '../../JsonType'; enum OCPP20ComponentName { AlignedDataCtrlr = 'AlignedDataCtrlr',