ISPO SDK
    Preparing search index...

    Interface CommunitySearchItem

    Markdown
    interface CommunitySearchItem {
        channelRef: string;
        createdAt: string;
        messageRef: string;
        snippet: string;
    }
    Index
    channelRef: string
    createdAt: string
    messageRef: string
    snippet: string