Spell fixlet in ATG log message
[e-mobility-charging-stations-simulator.git] / src / types / WebSocket.ts
index 8fedf7b4d37da4d7de00c330dcdb1df420cedbfe..60b2f681ef1464b960e26ba783688067149e7e62 100644 (file)
@@ -35,3 +35,7 @@ export enum WebSocketCloseEventStatusCode {
   CLOSE_BAD_GATEWAY = 1014,
   CLOSE_TLS_HANDSHAKE = 1015
 }
+
+export interface WSError extends Error {
+  code?: string
+}