X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FTransaction.ts;h=f9659f695398822e3932197137b8ee581626d6d2;hb=f2a90135692aac9beaeeb73efcb7e7aa093ec39a;hp=2e6c7289cde3ac8940d605b74bdff41c86b061df;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Transaction.ts b/src/types/ocpp/1.6/Transaction.ts index 2e6c7289..f9659f69 100644 --- a/src/types/ocpp/1.6/Transaction.ts +++ b/src/types/ocpp/1.6/Transaction.ts @@ -1,5 +1,5 @@ -import type { OCPP16MeterValue } from './MeterValues.js' import type { JsonObject } from '../../JsonType.js' +import type { OCPP16MeterValue } from './MeterValues.js' export enum OCPP16StopTransactionReason { EMERGENCY_STOP = 'EmergencyStop',