This commit is contained in:
2026-01-03 05:37:24 +01:00
parent 290dfe303c
commit def2f2f057
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2276,7 +2276,7 @@ export type APIPathsQuery<T extends {
[k: string]: any;
}> = {
searchQuery?: DsqlCrudQueryObject<T>;
crudParams?: Pick<DsqlCrudParam<T>, "count" | "countOnly" | "targetId" | "targetField" | "targetValue" | "tableSchema">;
crudParams?: Pick<DsqlCrudParam<T>, "count" | "countOnly" | "targetId" | "targetField" | "targetValue" | "tableSchema" | "onDuplicate">;
};
export type APIPathsParamsGetMiddleware<T extends {
[k: string]: any;