Remove `any` declarations from `registerBlockType`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 61
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
This is purely from a technical standpoint. We should not be using `any` in any condition.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the registerBlockType declarations and inspect where any is used. Determine the replacement types needed for each condition, then verify that no any declarations remain in this entry point without breaking its existing type checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100