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
refactor: improve type safety by replacing any with proper types
Replace 'any' with more specific types for better type safety:
- objects.ts: Use Record<PropertyKey, unknown> for property access
- result.ts: Use 'unknown' for type assertions in Result methods
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments