interface RelateCreateStep {
    fromEntityName: string;
    fromObjectId: string;
    toEntitySummary: ToEntitySummary;
}

Properties

fromEntityName: string
fromObjectId: string
toEntitySummary: ToEntitySummary