This commit is contained in:
2026-02-11 06:30:50 +01:00
parent 09fff9881e
commit 80df059135
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1161,6 +1161,7 @@ export type ServerQueryObject<
__query?: {
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
};
vector?: Float32Array<ArrayBuffer>;
};
export type ServerQueryQueryObject<