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

# Type Alias: IdentifierType

<ParamField body="IdentifierType" type="phone | email | username">
  Type representing valid identifier values

  ```ts Example theme={null}
  export type IdentifierType = 'phone' | 'email' | 'username';
  ```
</ParamField>
