X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=31d714994c801d26b8819cc13b67415483ee026e;hb=85c603dabe1b0415dfa956baec73f34267093cf0;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..31d71499 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -1,11 +1,10 @@ +import { JsonObject } from '../JsonType'; import { OCPP16StandardParametersKey, OCPP16SupportedFeatureProfiles, OCPP16VendorDefaultParametersKey, } from './1.6/Configuration'; -import { JsonObject } from '../JsonType'; - export type StandardParametersKey = OCPP16StandardParametersKey; export const StandardParametersKey = {