/** * Backward-compatible schema export. * Canonical schema lives in `src/config/schema.ts`. */ export { WecomConfigSchema, type WecomConfigInput } from "./config/schema.js";