### Description [@types/redis](https://www.npmjs.com/package/@types/redis) says that types are baked into this library, which tracks for the few types I'm using, `RedisClientType` and `RedisArgument` However in my singleton, where I define `set()`, I'm not able to use the `RedisJSON` type. What does a TypeScript implementation look like? > Cannot find name 'RedisJSON' <img width="582" height="468" alt="Image" src="https://github.com/user-attachments/assets/61fe8232-08a9-4662-a09e-bdfd0d521e84" /> <img width="606" height="250" alt="Image" src="https://github.com/user-attachments/assets/a54c580a-194d-4ce9-81e0-b45ce45d9b3f" />