# SlashOption

`interface` in `core` · v0.1.0-next.5

<https://docs.seedcord.org/packages/core/0.1.0-next.5/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;
```
