> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SelectFieldOption

> An option available in a select-type decision component field.

`OBJECT`

An option available in a select-type decision component field.

## Fields

<ResponseField name="value" type="String!" required>
  The underlying value submitted when this option is selected.
</ResponseField>

<ResponseField name="label" type="String!" required>
  The human-readable label displayed for this option.
</ResponseField>
