## Describe the bug <img width="1039" alt="image" src="https://github.com/user-attachments/assets/c3a04a7f-026a-4084-8ae1-bf93d7e009d9"> ### How to fix rollback types for ``` useFactory?: (...args: unknown[]) => RedisModuleOptions | Promise<RedisModuleOptions>; ``` it should be `any` not `unknown`