Updates
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user