@types-connect-redis-npm-0.0.18-4fd2b614d3 639 B

12345678910111213
  1. diff --git a/index.d.ts b/index.d.ts
  2. index 413b15edf95c12b1b176279c82b3a9c3f06ade20..0158f6f7a95935acbb67aeea00cb94c241475565 100755
  3. --- a/index.d.ts
  4. +++ b/index.d.ts
  5. @@ -19,7 +19,7 @@ declare module 'connect-redis' {
  6. function s(options: (options?: session.SessionOptions) => express.RequestHandler): s.RedisStore;
  7. namespace s {
  8. - type Client = redis.RedisClient | ioRedis.Redis | ioRedis.Cluster;
  9. + type Client = redis.RedisClientType | ioRedis.Redis | ioRedis.Cluster;
  10. interface RedisStore extends session.Store {
  11. new (options: RedisStoreOptions): RedisStore;
  12. client: Client;