From e3494eb35cb8028087d770017de8f9e3cf01bb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Seixas?= Date: Mon, 3 Jun 2024 17:20:17 -0300 Subject: [PATCH] fix typing --- src/HttpClient/typings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpClient/typings.ts b/src/HttpClient/typings.ts index 54dfb73c..fb42fdb4 100644 --- a/src/HttpClient/typings.ts +++ b/src/HttpClient/typings.ts @@ -83,7 +83,7 @@ export interface InstanceOptions { timeout?: number memoryCache?: CacheLayer diskCache?: CacheLayer - asyncSetCache?: Boolean + asyncSetCache?: boolean /** * Enables memoization, ephemeral within each request, for all requests of this client.