Updates
This commit is contained in:
@@ -1473,7 +1473,7 @@ export type DsqlMethodCrudParam<
|
||||
query?: DsqlCrudQueryObject<T>;
|
||||
tableName: string;
|
||||
addUser?: {
|
||||
field: string;
|
||||
field: keyof T;
|
||||
};
|
||||
user?: DATASQUIREL_LoggedInUser;
|
||||
extraData?: T;
|
||||
|
||||
Reference in New Issue
Block a user