Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Transaction.ts
index 83764a21f73e9eb4b8187ccc9fd46eaf50f3e4b1..cee8f3cf6d2663c48f8c78fbd57b843269182757 100644 (file)
@@ -1,4 +1,10 @@
-import { OCPP16AuthorizationStatus, OCPP16AuthorizeResponse, OCPP16StartTransactionResponse, OCPP16StopTransactionReason, OCPP16StopTransactionResponse } from './1.6/Transaction';
+import {
+  OCPP16AuthorizationStatus,
+  OCPP16AuthorizeResponse,
+  OCPP16StartTransactionResponse,
+  OCPP16StopTransactionReason,
+  OCPP16StopTransactionResponse,
+} from './1.6/Transaction';
 
 export type AuthorizationStatus = OCPP16AuthorizationStatus;