# SignupResponse | @account-kit/signer

> Overview of SignupResponse from @account-kit/signer

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

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

```ts
type SignupResponse = object;
```

Defined in: [account-kit/signer/src/client/types.ts:132](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/client/types.ts#L132)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="address" /> `address?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        <a id="orgid" /> `orgId`
      </td>

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

    <tr>
      <td>
        <a id="otpid" /> `otpId?`
      </td>

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

    <tr>
      <td>
        <a id="solanaaddress" /> `solanaAddress?`
      </td>

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

    <tr>
      <td>
        <a id="userid" /> `userId?`
      </td>

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

  </tbody>
</table>