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

# CustomOptions

```ts Example theme={null}
export interface CustomOptions {
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="[`key`: `string`]" type="&#x22;string&#x22; | &#x22;number&#x22; | &#x22;boolean&#x22; | &#x22;undefined&#x22;">
  Campos personalizados adicionales con prefijo `ulp-` (por ejemplo, `'ulp-custom-field'`).
</ParamField>
