From ddd2cc5185dc3a0cdb36c84046f5a1ab7dc682eb Mon Sep 17 00:00:00 2001 From: Nikolay Karadzhov Date: Wed, 23 Jul 2025 13:41:30 +0300 Subject: [PATCH] fix(client): export RedisJSON type (#3026) fixes #3014 --- packages/json/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/json/lib/index.ts b/packages/json/lib/index.ts index bc0e103e8c..1993f9ef42 100644 --- a/packages/json/lib/index.ts +++ b/packages/json/lib/index.ts @@ -1 +1,2 @@ export { default } from './commands'; +export type { RedisJSON } from './commands';