@umbraco-cms/backoffice
    interface UmbRelationDetailModel {
        child: { name: string; unique: string };
        comment: null | string;
        createDate: string;
        entityType: "relation";
        parent: { name: string; unique: string };
        relationType: { unique: string };
        unique: string;
    }
    Index

    Properties

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