UI Services: add status notification command
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
CommitLineData
717c1e56 1export interface HandleErrorParams<T> {
e0a50bcd
JB
2 throwError?: boolean;
3 consoleOut?: boolean;
717c1e56 4 errorResponse?: T;
e0a50bcd 5}