# AlchemyConnectionConfig

> TypeScript type derived from the schema for external consumption. This provides clean type inference without exposing Zod implementation details.

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

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

```ts
type AlchemyConnectionConfig = z.infer<typeof AlchemyConnectionConfigSchema>;
```

Defined in: [packages/common/src/transport/connectionSchema.ts:82](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/connectionSchema.ts#L82)

TypeScript type derived from the schema for external consumption.
This provides clean type inference without exposing Zod implementation details.