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