weaviate-client
    Preparing search index...

    Type Alias ReferenceMultiTargetConfigCreate<T>

    ReferenceMultiTargetConfigCreate: ReferenceConfigBaseCreate<T> & {
        targetCollections: string[];
    }

    Use this type when defining a multi-target reference for your collection.

    Type Parameters

    • T

    Type Declaration

    • targetCollections: string[]

      The collection(s) that this reference points to.