UNPKG

@rt_lite/api

Version:

An unoficial rotten tomatoes REST api

8 lines (6 loc) 164 B
import type { CacheAlgorithm } from '~/models/cache-algorithm.model'; export type ICacheOptions = { algorithm: CacheAlgorithm; maxSize: number; ttl: number; };