This commit is contained in:
Benjamin Toby
2024-12-27 09:56:11 +01:00
parent e4590e74d9
commit 0a77a869f7
4 changed files with 13 additions and 9 deletions
+1
View File
@@ -955,6 +955,7 @@ export type ServerQueryParamsJoin<Table extends string = string, Field extends o
selectFields?: (keyof Field | {
field: keyof Field;
alias?: string;
count?: boolean;
})[];
};
export type ServerQueryParamsJoinMatchObject<Field extends object = {
+1
View File
@@ -1141,6 +1141,7 @@ export type ServerQueryParamsJoin<
| {
field: keyof Field;
alias?: string;
count?: boolean;
}
)[];
};