# GrantPermissionsParams

> Overview of GrantPermissionsParams

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

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

```ts
type GrantPermissionsParams = Prettify<
  DistributiveOmit<BaseCreateSessionParams, "account" | "chainId">
>;
```

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