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.
TS6133
typescript 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.