This commit is contained in:
Benjamin Toby
2025-02-19 20:38:56 +01:00
parent 50468e24c0
commit b9f012cb9b
236 changed files with 564 additions and 482 deletions
+2
View File
@@ -1523,3 +1523,5 @@ export type DsqlCrudParam<
sanitize?: (data?: T) => T;
debug?: boolean;
};
export type ErrorCallback = (title: string, error: Error, data?: any) => void;