X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=f60c4f1c06712188ffdcc8bff47dc801e6c3a19f;hb=a9ed42b2eaac1fb26700d6d86952d0d2cee4d857;hp=5aa96818854d02fcff2373345c5fb7f15c4ddf07;hpb=e3822d6f1b40477f7308ad70c290ed2c4106c585;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 = {