# SmartWalletClientParams | @account-kit/wallet-client

> Overview of SmartWalletClientParams from @account-kit/wallet-client

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

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

```ts
type SmartWalletClientParams<TAccount> = Prettify<object &
  | {
  policyId?: string;
  policyIds?: never;
}
  | {
  policyId?: never;
  policyIds?: string[];
}>;
```

Defined in: [account-kit/wallet-client/src/client/index.ts:27](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/wallet-client/src/client/index.ts#L27)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* [`Address`](https://abitype.dev) | `undefined`
      </td>

      <td>
        [`Address`](https://abitype.dev) | `undefined`
      </td>
    </tr>

  </tbody>
</table>