# DeferredActionTypedData

> Overview of DeferredActionTypedData

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

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

```ts
type DeferredActionTypedData = TypedDataDefinition<
  {
    DeferredAction: [
      {
        name: "nonce";
        type: "uint256";
      },
      {
        name: "deadline";
        type: "uint48";
      },
      {
        name: "call";
        type: "bytes";
      },
    ];
  },
  "DeferredAction"
>;
```

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