Updates
This commit is contained in:
Vendored
+7
-1
@@ -959,7 +959,13 @@ export type ServerQueryObject<T extends object = {
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: Float32Array<ArrayBuffer>;
|
||||
vector?: boolean;
|
||||
/**
|
||||
* ### The Function to be used to generate the vector.
|
||||
* Eg. `vec_f32`. This will come out as `vec_f32(?)`
|
||||
* instead of just `?`
|
||||
*/
|
||||
vectorFunction?: string;
|
||||
};
|
||||
export type ServerQueryQueryObject<T extends object = {
|
||||
[key: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user