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