X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=f486532574c4a9355b6b95f137f18c3e825ce564;hb=d4c285b6356eee40741a78f20c96f847be5803a5;hp=57b3f90f150309c7fb21b58d10ce96566fd9084c;hpb=b95523058c121b22e086339675407f5266250b7b;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Configuration.ts b/src/types/ocpp/Configuration.ts index 57b3f90f..f4865325 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -1,4 +1,10 @@ -import { StandardParametersKey } from './1.6/Configuration'; +import { OCPP16StandardParametersKey } from './1.6/Configuration'; + +export type StandardParametersKey = OCPP16StandardParametersKey; + +export const StandardParametersKey = { + ...OCPP16StandardParametersKey +}; export interface OCPPConfigurationKey { key: string | StandardParametersKey;