76e3005f243236c7fcb65b6e6c204fee76418560
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
1 export type HandleErrorParams<T> = {
2 throwError?: boolean;
3 consoleOut?: boolean;
4 errorResponse?: T;
5 };