#!/usr/bin/env tsx /** * Schema Sync Check * * Verifies that Zod schemas and TypeScript types define the same fields. * Run: pnpm --filter @ggui-ai/protocol sync-check * * Exits with code 1 if any fields are out of sync. */ export {}; //# sourceMappingURL=sync-check.d.ts.map