UNPKG

mutoid

Version:

Reactive library for data fetching, caching, state management

7 lines (6 loc) 184 B
import * as t from 'io-ts'; import { cacheItemT } from './cacheItemT'; export const cachePoolItemT = t.interface({ validUntil: t.number, item: cacheItemT, }, 'CachePoolItem');