# SendCallsParams

> Overview of SendCallsParams

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

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

```ts
type SendCallsParams = Prettify<
  DistributiveOmit<PrepareCallsParams, "chainId">
>;
```

Defined in: [packages/wallet-apis/src/actions/sendCalls.ts:13](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/actions/sendCalls.ts#L13)