UNPKG

@melchyore/adonis-cache

Version:
7 lines (5 loc) 252 B
import type { InferStoresFromConfig } from '@melchyore/adonis-cache/build/config' import cacheConfig from '../config/cache' declare module '@ioc:Adonis/Addons/Cache' { interface CacheStoresList extends InferStoresFromConfig<typeof cacheConfig> {} }