interface UmbRelationDetailModel {
    child: { name: string; unique: string };
    comment: null | string;
    createDate: string;
    entityType: "relation";
    parent: { name: string; unique: string };
    relationType: { unique: string };
    unique: string;
}

Properties

child: { name: string; unique: string }
comment: null | string
createDate: string
entityType: "relation"
parent: { name: string; unique: string }
relationType: { unique: string }
unique: string
MMNEPVFCICPMFPCPTTAAATR