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