Updates
This commit is contained in:
Vendored
+1
@@ -949,6 +949,7 @@ export type ServerQueryParamsJoin<Table extends string = string, Field extends o
|
||||
[key: string]: any;
|
||||
}> = {
|
||||
joinType: "INNER JOIN" | "JOIN" | "LEFT JOIN" | "RIGHT JOIN";
|
||||
alias?: string;
|
||||
tableName: Table;
|
||||
match?: ServerQueryParamsJoinMatchObject<Field> | ServerQueryParamsJoinMatchObject<Field>[];
|
||||
selectFields?: (keyof Field | {
|
||||
|
||||
@@ -1131,6 +1131,7 @@ export type ServerQueryParamsJoin<
|
||||
Field extends object = { [key: string]: any }
|
||||
> = {
|
||||
joinType: "INNER JOIN" | "JOIN" | "LEFT JOIN" | "RIGHT JOIN";
|
||||
alias?: string;
|
||||
tableName: Table;
|
||||
match?:
|
||||
| ServerQueryParamsJoinMatchObject<Field>
|
||||
|
||||
Reference in New Issue
Block a user