# SendVerificationCodeParams | @account-kit/react

> Overview of the SendVerificationCodeParams interface from @account-kit/react

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

Defined in: [account-kit/react/src/hooks/useSendVerificationCode.ts:13](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useSendVerificationCode.ts#L13)

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="contact" /> `contact`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="type" /> `type`
      </td>

      <td>
        `"email"` | `"sms"`
      </td>
    </tr>

  </tbody>
</table>