# AlchemySignerParamsSchema | @account-kit/signer

> Overview of AlchemySignerParamsSchema from @account-kit/signer

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

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

```ts
const AlchemySignerParamsSchema: ZodObject<
  object & object,
  "strip",
  ZodTypeAny,
  {
    client:
      | AlchemySignerWebClient
      | {
          connection: {} | {} | {} | ({} & object);
          iframeConfig: Object;
          rootOrgId: string;
          oauthCallbackUrl: string;
          enablePopupOauth: boolean;
          rpId?: string;
        };
    sessionConfig?: Object;
  },
  {
    client:
      | AlchemySignerWebClient
      | {
          connection: {} | {} | {} | ({} & object);
          iframeConfig: Object;
          rpId?: string;
          rootOrgId?: string;
          oauthCallbackUrl?: string;
          enablePopupOauth?: boolean;
        };
    sessionConfig?: Object;
  }
>;
```

Defined in: [account-kit/signer/src/signer.ts:105](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/signer.ts#L105)