Field type for Reference values.

interface CustomFieldReferenceType {
    name: "Reference";
    referenceTypeId: string;
}

Properties

name: "Reference"
referenceTypeId: string

Resource type the Custom Field can reference.

Generated using TypeDoc