Type Alias EConnectionBeta

EConnection: {
    entity1: Entity;
    entity2: Entity;
    relationship: Relationship;
}

Type representing a connection between two entities with a relationship.

Type declaration

  • Betaentity1: Entity

    The first entity in the connection.

  • Betaentity2: Entity

    The second entity in the connection.

  • Betarelationship: Relationship

    The relationship between the two entities.