# ProposeUserOperationResult | @account-kit/smart-contracts

> Overview of ProposeUserOperationResult 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 ProposeUserOperationResult<TAccount, TEntryPointVersion> = object;
```

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

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SmartContractAccount` | `undefined`
      </td>

      <td>
        `SmartContractAccount` | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        `GetEntryPointFromAccount`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="aggregatedsignature" /> `aggregatedSignature`
      </td>

      <td>
        [`Hex`](https://viem.sh)
      </td>
    </tr>

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

      <td>
        `UserOperationRequest`\<`TEntryPointVersion`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="signatureobj" /> `signatureObj`
      </td>

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

  </tbody>
</table>