This commit is contained in:
2025-12-03 21:31:18 +01:00
parent 9ab5543c5c
commit 57f06a631f
5 changed files with 18 additions and 5 deletions
+2
View File
@@ -846,6 +846,8 @@ export type ServerQueryParamFullTextSearch<T extends {
};
export type ServerQueryParamsCount = {
table: string;
/** Alias for the Table From which the count is fetched */
table_alias?: string;
srcTrgMap: {
src: string;
trg: string | ServerQueryParamsCountSrcTrgMap;