```ts
type MultiselectOption<T> = Option<T> & object;
```

## Type Declaration

| Name | Type |
| ------ | ------ |
| `isHidden?` | `boolean` |
| `description?` | `string` |

## Type Parameters

| Type Parameter | Default type |
| ------ | ------ |
| `T extends string` | `string` |
