# SlashOption

`interface` in `core` · v0.2.1-next.0

<https://docs.seedcord.org/packages/core/0.2.1-next.0/interfaces/slash-option>

The type-relevant shape of one slash option, as emitted by `seedcord codegen` into a registry row.

```ts
interface SlashOption
```

## Properties

### autocomplete

```ts
autocomplete: true;
```

### channelTypes

```ts
channelTypes: readonly ChannelType[]
```

### choices

```ts
choices: readonly (string | number)[]
```

### kind

```ts
kind: OptionKind;
```

### required

```ts
required: boolean;
```
