X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FError.ts;h=34bad1ad4eabbf612fa2c27398def5fea4434f73;hb=1091427efe95a8f1733282589dc1794a5be7e785;hp=6a7c04e21fa38f7ee573deaad7b16dc623cb36df;hpb=e1d9a0f4d6ff1a90048e9a694fd12b7031cc6961;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Error.ts b/src/types/Error.ts index 6a7c04e2..34bad1ad 100644 --- a/src/types/Error.ts +++ b/src/types/Error.ts @@ -1,7 +1,7 @@ -import type { JsonType } from './JsonType'; +import type { JsonType } from './JsonType.js' export interface HandleErrorParams { - throwError?: boolean; - consoleOut?: boolean; - errorResponse?: T; + throwError?: boolean + consoleOut?: boolean + errorResponse?: T }