X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=f60c4f1c06712188ffdcc8bff47dc801e6c3a19f;hb=7cb5b17fac198fe3ecd009ac4c692c0d88dd051e;hp=5aa96818854d02fcff2373345c5fb7f15c4ddf07;hpb=3e0905a14af7b7e0a96e859d6c4c615044845d54;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Configuration.ts b/src/types/ocpp/Configuration.ts index 5aa96818..f60c4f1c 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -1,11 +1,10 @@ +import type { JsonObject } from '../JsonType'; import { OCPP16StandardParametersKey, OCPP16SupportedFeatureProfiles, OCPP16VendorDefaultParametersKey, } from './1.6/Configuration'; -import { JsonObject } from '../JsonType'; - export type StandardParametersKey = OCPP16StandardParametersKey; export const StandardParametersKey = {