errors.fyi community error code reference
TS6133
typescript

Declared But Never Read

A variable, parameter, or import is declared but never used. Remove the declaration or prefix the name with `_` to signal intentional non-use. Controlled by the `noUnusedLocals` and `noUnusedParameters` options.

References

โ† all namespaces for TS6133