# InteractionChoiceOption

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.5.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/e076d8e427cb3afb528dbd605acd74c3aea69f94)

A single selectable option for a choice input. Options are presented in the order supplied.

## Definition

```typescript
type InteractionChoiceOption = {
  Value?: string;
  Label?: string;
}
```

## Fields

- `Value`: `string` `optional`
- `Label`: `string` `optional`
