Type Alias EntityBaseBeta

EntityBase: {
    entity_id: string;
    entity_type: string;
}

Represents an entity without a label.

Type declaration

  • Betaentity_id: string

    The ID of the entity.

  • Betaentity_type: string

    The type of the entity.