Type alias DataAPIVectorLike

DataAPIVectorLike: number[] | {
    $binary: string;
} | Float32Array | DataAPIVector

Represents any type that can be converted into a DataAPIVector

Type declaration

  • $binary: string