interface RelateToCreatedPropertiesStep {
    fromEntityName: string;
    fromObjectId: string;
    relationship: Relationship;
    toEntitySummary: ToEntitySummary;
    toObject: ParentPageModelApi;
}

Properties

fromEntityName: string
fromObjectId: string
relationship: Relationship
toEntitySummary: ToEntitySummary