This commit is contained in:
Benjamin Toby
2025-05-05 15:36:57 +01:00
parent 181501296a
commit fe2b34d0ee
6 changed files with 11 additions and 10 deletions
+1
View File
@@ -1351,6 +1351,7 @@ export type DsqlCrudParam<T extends {
table: string;
data?: T;
targetId?: string | number;
targetValue?: string | number;
targetField?: string;
query?: DsqlCrudQueryObject<T>;
sanitize?: (data?: T) => T;