Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a generic Entity.

    interface Entity {
        type: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Additional properties of the entity.

    Index

    Properties

    Properties

    type: string

    The type of the entity.