This commit is contained in:
Benjamin Toby
2025-01-26 05:58:25 +01:00
parent b6a3e002fb
commit ff5550ec85
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1473,7 +1473,7 @@ export type DsqlMethodCrudParam<
query?: DsqlCrudQueryObject<T>;
tableName: string;
addUser?: {
field: string;
field: keyof T;
};
user?: DATASQUIREL_LoggedInUser;
extraData?: T;