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

# TransactionMembersOnLoginPasswordlessEmailCode

```ts Example theme={null}
export interface TransactionMembersOnLoginPasswordlessEmailCode extends TransactionMembers {
  isSignupEnabled: boolean | null;
}
```

## Properties

<ParamField body="alternateConnections" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/Connection">Connection</a></span>} />

<ParamField body="connectionStrategy" type="string" />

<ParamField body="countryCode" type="string" />

<ParamField body="countryPrefix" type="string" />

<ParamField body="currentConnection" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/Connection">Connection</a></span>} />

<ParamField body="errors" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/Error">Error</a></span>} />

<ParamField body="hasErrors" type="boolean" />

<ParamField body="isSignupEnabled" type="boolean" />

<ParamField body="locale" type="string" />

<ParamField body="state" type="string" />
