Untangle internal configuration key type from the OCPP one.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Transaction.ts
index c7777db20fd721a7f40171b05d1eff8e59304e2b..7b072e700155d5f44bc888888e5d523938d7ceff 100644 (file)
@@ -20,7 +20,7 @@ export enum AuthorizationStatus {
   BLOCKED = 'Blocked',
   EXPIRED = 'Expired',
   INVALID = 'Invalid',
-  CONCURENT_TX = 'ConcurrentTx'
+  CONCURRENT_TX = 'ConcurrentTx'
 }
 
 export interface IdTagInfo {