botas-core
    Preparing search index...

    Interface Entity

    An entity associated with an activity (e.g. a mention).

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    type: string

    Entity type (e.g. "mention", "clientInfo").