> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.CommunityChannelListResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CommunityChannelListResult

```typescript
interface CommunityChannelListResult {
    cursor: string | null;
    items: readonly CommunityChannelProjection[];
}
```

Types: [cursor](#cursor), [items](#items), [CommunityChannelProjection](core.CommunityChannelProjection.md)

##### Index

### <a id="properties"></a>Properties

[cursor](#cursor) [items](#items)

## <a id="properties-1"></a>Properties

### <a id="cursor"></a>cursor

```typescript
cursor: string | null
```

### <a id="items"></a>items

```typescript
items: readonly CommunityChannelProjection[]
```

Types: [CommunityChannelProjection](core.CommunityChannelProjection.md)
