This commit is contained in:
2026-01-05 13:49:54 +01:00
parent 8bcb35a8f0
commit 58984214fc
7 changed files with 20 additions and 9 deletions
+5 -1
View File
@@ -1043,7 +1043,11 @@ export type ServerQueryParam<
addUserId?: {
fieldName: keyof T;
};
join?: (ServerQueryParamsJoin<K> | undefined)[];
join?: (
| ServerQueryParamsJoin<K>
| ServerQueryParamsJoin<K>[]
| undefined
)[];
group?: (keyof T)[];
countSubQueries?: ServerQueryParamsCount[];
fullTextSearch?: ServerQueryParamFullTextSearch<T>;