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