Cache control options for AniList requests.
export interface CacheControl { bypassCache?: boolean;} Copy
export interface CacheControl { bypassCache?: boolean;}
Optional
Bypass the response cache for this request.
Cache control options for AniList requests.
Source