Updates
This commit is contained in:
@@ -1161,6 +1161,7 @@ export type ServerQueryObject<
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: Float32Array<ArrayBuffer>;
|
||||
};
|
||||
|
||||
export type ServerQueryQueryObject<
|
||||
|
||||
Reference in New Issue
Block a user