cachedAPIResponse: {
    data: APIPayload;
    fetchedAt: Date;
} | null = null

Avoid making multiple requests to the API by caching the response.

Generated using TypeDoc