Skip to content

Commit ddd2cc5

Browse files
authored
fix(client): export RedisJSON type (redis#3026)
fixes redis#3014
1 parent 539fe52 commit ddd2cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/json/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { default } from './commands';
2+
export type { RedisJSON } from './commands';

0 commit comments

Comments
 (0)