Skip to content

Commit 033b061

Browse files
committed
Updated dependencies. Added cachemanager module for proper importing
1 parent b3e9bd9 commit 033b061

File tree

4 files changed

+9415
-9527
lines changed

4 files changed

+9415
-9527
lines changed

adonis-typings/cache.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ declare module '@ioc:Adonis/Addons/Zeytech/Cache' {
7171
export const CacheItem: CacheItemContract<any>
7272
export const HealthCheckHelper: HealthCheckContract
7373
}
74+
75+
declare module '@ioc:Adonis/Addons/Zeytech/Cache/CacheManager' {
76+
import { CacheManagerContract } from '@ioc:Adonis/Addons/Zeytech/Cache'
77+
78+
export const CacheManager: CacheManagerContract
79+
export default CacheManager
80+
}

0 commit comments

Comments
 (0)