interface Relation {
    _expandable: {
        relationData: string;
        source: string;
        target: string;
    };
    _links: GenericLinks;
    name: string;
    relationData?: RelationData;
    source?: {};
    target?: {};
}

Properties

_expandable: {
    relationData: string;
    source: string;
    target: string;
}

Type declaration

  • relationData: string
  • source: string
  • target: string
_links: GenericLinks
name: string
relationData?: RelationData
source?: {}

Type declaration

    target?: {}

    Type declaration

      Generated using TypeDoc v0.25.12