From e60e25bb74fff50872825cb60f580b9a38bc3e7c Mon Sep 17 00:00:00 2001 From: Nikolay Karadzhov Date: Tue, 22 Jul 2025 11:52:54 +0300 Subject: [PATCH] fix(client): export RedisJSON type 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 bc0e103e8c8..1993f9ef42d 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';