interface AttributeReferenceType {
    name: "reference";
    referenceTypeId: string;
}

Properties

name: "reference"
referenceTypeId: string

Name of the resource type that the value should reference.

Generated using TypeDoc