Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
index b27f24578fa4829dc27e9eb7468f7217c3c6090b..76e3005f243236c7fcb65b6e6c204fee76418560 100644 (file)
@@ -1,5 +1,5 @@
-export interface HandleErrorParams<T> {
+export type HandleErrorParams<T> = {
   throwError?: boolean;
   consoleOut?: boolean;
   errorResponse?: T;
-}
+};