UNPKG

ng2-cache-service

Version:
12 lines (11 loc) 246 B
import { CacheOptionsInterface } from './cache-options.interface'; export interface StorageValueInterface { /** * Cached data */ value: any; /** * Cached options */ options: CacheOptionsInterface; }