# Signature | @account-kit/smart-contracts

> Overview of Signature from @account-kit/smart-contracts

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

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

```ts
type Signature = object;
```

Defined in: [account-kit/smart-contracts/src/msca/plugins/multisig/types.ts:14](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugins/multisig/types.ts#L14)

## Properties

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

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

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

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

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="signertype" /> `signerType`
      </td>

      <td>
        [`SignerType`](SignerType)
      </td>
    </tr>

    <tr>
      <td>
        <a id="useropsigtype" /> `userOpSigType`
      </td>

      <td>
        [`UserOpSignatureType`](UserOpSignatureType)
      </td>
    </tr>

  </tbody>
</table>