E0214: use of undeclared type
A TypeScript type annotation must refer to a class, enum, generic parameter,
interface, or type alias. It is an error to a type which does not exist:
To fix this error, fix the name of the referenced type:
Alternatively, declare the type:
Alternatively, import the type:
Alternatively, if the type is global in your environment, write a
quick-lint-js.config file.
Introduced in quick-lint-js version 2.5.0.
Documentation for other errors