A field with a reference set value.

interface ReferenceSetField {
    type: "ReferenceSet";
    value: KeyReference[];
}

Properties

Properties

type: "ReferenceSet"
value: KeyReference[]