E0225: index signatures require a value type
A TypeScript index signature has a key type and a value type. It is a syntax error to omit the value type:
To fix this error, write :
then the type of the value:
Introduced in quick-lint-js version 2.6.0.