From 511c75c78a3d1ba990ef050dd70f9e87dcae6312 Mon Sep 17 00:00:00 2001 From: Taosh Date: Sun, 19 Jan 2025 17:57:04 +0800 Subject: [PATCH] fix: typings of config for multi cluster clients (#32) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' {