Type Alias EntityBeta

Entity: EntityBase & {
    entity_label: string;
}

Represents an entity with basic attributes.

Type declaration

  • Betaentity_label: string

    The label of the entity.