chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
index 46f7569c849f20ffb5c17ea9f5ed5750c20c5d59..34bad1ad4eabbf612fa2c27398def5fea4434f73 100644 (file)
@@ -1,7 +1,7 @@
-import type { JsonType } from './JsonType.js';
+import type { JsonType } from './JsonType.js'
 
 export interface HandleErrorParams<T extends JsonType> {
-  throwError?: boolean;
-  consoleOut?: boolean;
-  errorResponse?: T;
+  throwError?: boolean
+  consoleOut?: boolean
+  errorResponse?: T
 }