Version 1.1.50
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
CommitLineData
e0a50bcd
JB
1export interface HandleErrorParams {
2 throwError?: boolean;
3 consoleOut?: boolean;
4}