graphql-hive / graphql-hive/console
Remove TypeScript as any casts throughout the codebase
Open
enhancement
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
We use `as any` or `: any` in the code. We should remove it wherever possible and try to replace it with `unknown`.
Contributor guide
Assessment
This issue has not been assessed yet.