diff --git a/node_redis/node_redis.d.ts b/node_redis/node_redis.d.ts index 74652ab33..bde231778 100644 --- a/node_redis/node_redis.d.ts +++ b/node_redis/node_redis.d.ts @@ -20,7 +20,7 @@ declare module 'redis' { } interface Command { - (...args: any[]): Commands; + (...args: any[]): any; } interface Commands {