1 2 3 4 5 6 7 8
type CacheVariables = { CACHE_CONFIG: { key: string; duration: number; }; }; export type AniwatchAPIVariables = {} & CacheVariables;