Documentation
    Preparing search index...

    Interface DmConversationPage

    Page of normalized conversation summaries.

    interface DmConversationPage {
        conversations: DmConversation[];
        cursor?: string;
    }
    Index

    Properties

    conversations: DmConversation[]
    cursor?: string