errors.fyi community error code reference
TS2304
typescript

Cannot Find Name

The compiler cannot resolve a name used in the code. The variable, function, or type may not be declared, may be out of scope, or may require a type declaration package (e.g. `@types/node`).

References

โ† all namespaces for TS2304