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