type AlchemyConnectionConfig = z.infer<typeof AlchemyConnectionConfigSchema>;Defined in: packages/common/src/transport/connectionSchema.ts:82
TypeScript type derived from the schema for external consumption. This provides clean type inference without exposing Zod implementation details.