> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-feat-acul-js-sdk-1-7-0-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CountryCodesMembers

```ts Example theme={null}
export interface CountryCodesMembers {
  available: AvailableCountryCode[] | null;
  recommended: string | null;
}
```

## Properties

<ParamField body="available" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/AvailableCountryCode">AvailableCountryCode</a>[]</span>}>
  Countries available for phone entry, sorted by localized `label`. `null` unless the screen's rendering configuration requests them.
</ParamField>

<ParamField body="recommended" type="string">
  ISO 3166-1 alpha-2 code to preselect, not an index into `available`. `null` when unresolved.
</ParamField>
