fix: fix ATG refresh at template changes
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
CommitLineData
83e00df1 1export type HandleErrorParams<T> = {
e0a50bcd
JB
2 throwError?: boolean;
3 consoleOut?: boolean;
717c1e56 4 errorResponse?: T;
83e00df1 5};