> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MentionItems

> What a mention route answers with: the items the owner can pick from.

What a mention route answers with: the items the owner can pick from.

## Properties

### items

```ts theme={null}
items: {
  id: string;
  label: string;
}[];
```

#### id

```ts theme={null}
id: string;
```

#### label

```ts theme={null}
label: string;
```
