X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FError.ts;h=885edfdb3232650234fe7099c689feef485bd290;hb=baa539e6b66a5c479327f48195df5a4133b8c0e7;hp=76e3005f243236c7fcb65b6e6c204fee76418560;hpb=83e00df1c1ba02de8b637ca4cb0464eb909ebb18;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Error.ts b/src/types/Error.ts index 76e3005f..885edfdb 100644 --- a/src/types/Error.ts +++ b/src/types/Error.ts @@ -1,4 +1,6 @@ -export type HandleErrorParams = { +import type { JsonType } from './JsonType'; + +export type HandleErrorParams = { throwError?: boolean; consoleOut?: boolean; errorResponse?: T;