X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Finternal.ts;h=c7a141a4972f36c6cbc552cdc89a90b428d125da;hb=6b635033ddf255392ded26fd03fe1f128b15ad69;hp=105c983cc3dbd0fa7f9a3100b6c978387ee2bc7e;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/internal.ts b/src/types/internal.ts index 105c983c..c7a141a4 100644 --- a/src/types/internal.ts +++ b/src/types/internal.ts @@ -7,6 +7,7 @@ export * from './ocpp/1.6/MeterValues'; export * from './ocpp/1.6/Requests'; export * from './ocpp/1.6/Responses'; export * from './ocpp/1.6/Transaction'; +export * from './ocpp/2.0/Common'; export * from './ocpp/2.0/Requests'; export * from './ocpp/2.0/Responses'; export * from './ocpp/2.0/Variables';