build: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Responses.ts
index 94dcd07cfa7598f4aec17ac148bf89840fec0782..d36a54780aff2861947fc0b470228382fbea04ec 100644 (file)
@@ -32,7 +32,7 @@ export type ErrorResponse = [MessageType.CALL_ERROR_MESSAGE, string, ErrorType,
 export type ResponseHandler = (
   chargingStation: ChargingStation,
   payload: JsonType,
-  requestPayload?: JsonType
+  requestPayload?: JsonType,
 ) => void | Promise<void>;
 
 export type BootNotificationResponse =