UNPKG

@melchyore/adonis-cache

Version:
6 lines (5 loc) 294 B
declare module '@ioc:Adonis/Addons/Cache/Stores' { import { Constructor, AbstractCtor, BaseStoreContract, TaggableStoreContract } from '@ioc:Adonis/Addons/Cache'; const BaseCacheStore: Constructor<BaseStoreContract>; const TaggableStore: AbstractCtor<TaggableStoreContract>; }