Updates
This commit is contained in:
@@ -1035,6 +1035,8 @@ export type ServerQueryParamFullTextSearch<
|
||||
|
||||
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