From: Jérôme Benoit Date: Sat, 9 Jan 2021 21:11:44 +0000 (+0100) Subject: Typing. X-Git-Tag: v1.0.1-0~149 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28689df4c3a5824a81b20f5ac349833b6182cf2e;p=e-mobility-charging-stations-simulator.git Typing. Signed-off-by: Jérôme Benoit --- diff --git a/src/types/WebSocket.ts b/src/types/WebSocket.ts index 0799f7b4..8fedf7b4 100644 --- a/src/types/WebSocket.ts +++ b/src/types/WebSocket.ts @@ -1,4 +1,4 @@ -export const WebSocketCloseEventStatusString: Record = Object.freeze({ +export const WebSocketCloseEventStatusString: Record = Object.freeze({ 1000: 'Normal Closure', 1001: 'Going Away', 1002: 'Protocol Error',