Interface RecordDirectRelationPropertyType

interface RecordDirectRelationPropertyType {
    container?: ContainerReference;
    list: boolean;
    maxListSize?: number;
    type: "direct";
}

Properties

container?: ContainerReference
list: boolean
maxListSize?: number
type: "direct"