botas-core
    Preparing search index...

    Interface Conversation

    Minimal conversation reference — only the ID is typed.

    interface Conversation {
        id: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Additional channel-specific properties.

    Index

    Properties

    Properties

    id: string

    Unique identifier for the conversation.