interface ILinkToUpdate {
    isSource?: boolean;
    linkTypeId?: number;
    otherSourceId?: number;
}

Implemented by

Properties

isSource?: boolean

Whether the entry is the source for the link.

linkTypeId?: number

The id of the link assigned to the entry.

otherSourceId?: number

The id of the other source linked to the entry.