diff --git a/index.d.ts b/index.d.ts index 7a6f154..d476da0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -11,7 +11,7 @@ interface EggRedisOptions { app?: boolean; agent?: boolean; client?: ClusterOptions; - clients?: Record; + clients?: Record; } declare module 'egg' {