This commit is contained in:
Benjamin Toby
2025-02-19 20:33:56 +01:00
parent e9bb9fb07f
commit d4cb764a18
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1524,4 +1524,4 @@ export type DsqlCrudParam<
debug?: boolean;
};
export type ErrorCallback = (title: string, error: Error) => void;
export type ErrorCallback = (title: string, error: Error, data?: any) => void;