interface RelatedDocument {
    targetCollection: LINKS;
    targetField: string;
    virtualField: string;
}

Properties

targetCollection: LINKS
targetField: string
virtualField: string