Updates
This commit is contained in:
Vendored
+1
-1
@@ -1351,5 +1351,5 @@ export type DsqlCrudParam<T extends {
|
||||
sanitize?: (data?: T) => T;
|
||||
debug?: boolean;
|
||||
};
|
||||
export type ErrorCallback = (title: string, error: Error) => void;
|
||||
export type ErrorCallback = (title: string, error: Error, data?: any) => void;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user