You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove redundant Required<> from input and output type definitions (#5033)
The Required<> utility type was redundant in both input and output type definitions because the type guards already ensure these are required properties. If they were optional, the conditions would fail and return 'unknown'. This redundant mapped type caused TS2615 circular reference errors in TypeScript 5.9+. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments