Type Alias EntityBeta

Entity: {
    entity_id: string;
    entity_label: string;
    entity_type: string;
}

Represents an entity with basic attributes.

Type declaration

  • Betaentity_id: string

    The ID of the entity.

  • Betaentity_label: string

    The label of the entity.

  • Betaentity_type: string

    The type of the entity.