Updates
This commit is contained in:
Vendored
+1
@@ -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 = {
|
||||
|
||||
@@ -1141,6 +1141,7 @@ export type ServerQueryParamsJoin<
|
||||
| {
|
||||
field: keyof Field;
|
||||
alias?: string;
|
||||
count?: boolean;
|
||||
}
|
||||
)[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user