Type Alias EntityOTMBeta

EntityOTM: Entity & {
    source_entity_type: string;
    source_entity_uid: string;
}

Represents an entity with additional attributes for one-to-many relationships.

Type declaration

  • Betasource_entity_type: string

    The type of the source entity.

  • Betasource_entity_uid: string

    The UID of the source entity.