This commit is contained in:
2026-04-18 06:02:43 +01:00
parent fbf3622b18
commit 0a3320ff83
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
/**