Cache control options for AniList requests.

export interface CacheControl {
bypassCache?: boolean;
}
interface CacheControl {
    bypassCache?: boolean;
}

Properties

Properties

bypassCache?: boolean

Bypass the response cache for this request.