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

# Interface CommunitySearchItem

```typescript
interface CommunitySearchItem {
    channelRef: string;
    createdAt: string;
    messageRef: string;
    snippet: string;
}
```

Types: [channelRef](#channelref), [createdAt](#createdat), [messageRef](#messageref), [snippet](#snippet)

##### Index

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

[channelRef](#channelref) [createdAt](#createdat) [messageRef](#messageref) [snippet](#snippet)

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

### <a id="channelref"></a>channelRef

```typescript
channelRef: string
```

### <a id="createdat"></a>createdAt

```typescript
createdAt: string
```

### <a id="messageref"></a>messageRef

```typescript
messageRef: string
```

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

```typescript
snippet: string
```
