Type alias ReferenceMultiTargetConfigCreate<T>

ReferenceMultiTargetConfigCreate<T>: 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.