Broadcast Channel: optimize requests handling implementation
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
index c599438ce3554f6c4858d11e14508b0d48ff3199..b27f24578fa4829dc27e9eb7468f7217c3c6090b 100644 (file)
@@ -1,4 +1,5 @@
-export interface HandleErrorParams {
+export interface HandleErrorParams<T> {
   throwError?: boolean;
   consoleOut?: boolean;
+  errorResponse?: T;
 }