ISPO SDK
    Preparing search index...

    Interface CommunityChannelListResult

    Markdown
    interface CommunityChannelListResult {
        cursor: string | null;
        items: readonly CommunityChannelProjection[];
    }
    Index
    cursor: string | null
    items: readonly CommunityChannelProjection[]