refactor: refine .cfignore
[e-mobility-charging-stations-simulator.git] / src / utils / ErrorUtils.ts
index 41a61acc41491cca0d614db9b1c5576a67e821e5..bd4fcf375ca334e96c62afa5d09b88cc8fa7a21b 100644 (file)
@@ -17,7 +17,7 @@ import type {
 const defaultErrorParams = {
   throwError: true,
   consoleOut: false
-}
+} satisfies HandleErrorParams<EmptyObject>
 
 export const handleUncaughtException = (): void => {
   process.on('uncaughtException', (error: Error) => {