Interface Relationship

interface Relationship {
    relationshipLink: undefined | string;
    relationshipName: string;
}

Properties

relationshipLink: undefined | string
relationshipName: string

Generated using TypeDoc