# CreateDeferredActionTypedDataParams

> Overview of CreateDeferredActionTypedDataParams

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

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

```ts
type CreateDeferredActionTypedDataParams = object;
```

Defined in: [packages/smart-accounts/src/ma-v2/decorators/deferralActions.ts:42](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/decorators/deferralActions.ts#L42)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="calldata" /> `callData`
      </td>

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

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

      <td>
        `number`
      </td>
    </tr>

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

      <td>
        `bigint`
      </td>
    </tr>

  </tbody>
</table>