# SlashOption

`interface` in `types` · v0.7.1

<https://docs.seedcord.org/packages/types/0.7.1/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;
```

### choices

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

### kind

```ts
kind: OptionKind;
```

### required

```ts
required: boolean;
```
