X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FError.ts;h=76e3005f243236c7fcb65b6e6c204fee76418560;hb=93f0c2c87ceeb26d4925bee5708ea8156f4b335f;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..76e3005f 100644 --- a/src/types/Error.ts +++ b/src/types/Error.ts @@ -1,4 +1,5 @@ -export interface HandleErrorParams { +export type HandleErrorParams = { throwError?: boolean; consoleOut?: boolean; -} + errorResponse?: T; +};