interface ILink {
    fromID: number;
    toID: number;
}

Implemented by

Properties

Properties

fromID: number
toID: number