# BuildPreSignatureDeferredActionPayloadParams

> Overview of BuildPreSignatureDeferredActionPayloadParams

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

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

```ts
type BuildPreSignatureDeferredActionPayloadParams = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="typeddata" /> `typedData`
      </td>

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

  </tbody>
</table>