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