Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index ea01b4fc77558063716b3837e20715dc3a25285b..6d2478924285e3b97dfa67c1de04b28c0272bee5 100644 (file)
@@ -17,4 +17,6 @@ export enum ProtocolCommand {
 
 export type ProtocolRequest = [ProtocolCommand, JsonType];
 
-export type ProtocolRequestHandler = (payload: JsonType) => void | Promise<void> | JsonType | Promise<JsonType>;
+export type ProtocolRequestHandler = (
+  payload: JsonType
+) => void | Promise<void> | JsonType | Promise<JsonType>;