Type alias BatchObject<T>

BatchObject<T>: {
    collection: string;
    id?: string;
    properties?: NonReferenceInputs<T>;
    references?: ReferenceInputs<T>;
    tenant?: string;
    vectors?: number[] | Vectors;
}

Type Parameters

  • T

Type declaration