import { PersistentCacheOptions } from './persistent-cache-options'; export interface PersistentCacheModel { items: { [args: string]: any; }; options: T; ttl: { [args: string]: number; }; }