Updates
This commit is contained in:
Vendored
+1
-1
@@ -748,7 +748,7 @@ export type ServerQueryObject<T extends object = {
|
||||
*/
|
||||
fieldName?: string;
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
[key: string]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user