type UndelegateAccountParams = {
account?: AccountParam | undefined;
chain?: Pick<Chain, "id"> | undefined;
capabilities?:
| {
paymaster?:
| {
policyId: string;
}
| undefined;
}
| undefined;
};Defined in: packages/wallet-apis/src/actions/undelegateAccount.ts:7