Skip to content

Commit 3252996

Browse files
committed
fix(utils): export types should add type key
1 parent 75be536 commit 3252996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { Store, StoreConfig, Stores } from 'cache-manager'
1+
export type { Store, StoreConfig, Stores } from 'cache-manager'
22
export { redisStore } from './redis'
33
export * from './manager'
44
export { memoryStore } from './memory'

0 commit comments

Comments
 (0)