X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=3081f13d5d4a123d882a1809474e1c009a738d40;hb=69074173770c04bc5e5aa744b655edf9491daa46;hp=39739a8fffcd7802fe838d7529929738d7406fdb;hpb=4c3c0d59f56be4d58e906e938c00390b41e0ca7f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Configuration.ts b/src/types/ocpp/Configuration.ts index 39739a8f..3081f13d 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -1,12 +1,14 @@ import { - type JsonObject, OCPP16StandardParametersKey, OCPP16SupportedFeatureProfiles, OCPP16VendorParametersKey, +} from './1.6/Configuration'; +import { OCPP20OptionalVariableName, OCPP20RequiredVariableName, OCPP20VendorVariableName, -} from '../internal'; +} from './2.0/Variables'; +import type { JsonObject } from '../JsonType'; export const StandardParametersKey = { ...OCPP16StandardParametersKey,