Bugfix
This commit is contained in:
Vendored
+1
@@ -1349,5 +1349,6 @@ export type DsqlCrudParam<T extends {
|
||||
targetId?: string | number;
|
||||
query?: DsqlCrudQueryObject<T>;
|
||||
sanitize?: (data?: T) => T;
|
||||
debug?: boolean;
|
||||
};
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user