diff --git a/lib/commerce/index.tsx b/lib/commerce/index.tsx index 3627e3774..8fc156922 100644 --- a/lib/commerce/index.tsx +++ b/lib/commerce/index.tsx @@ -21,7 +21,7 @@ export type CommerceConfig = { fetcher: Fetcher } & Omit< > export type CommerceContextValue = { - fetcherRef: MutableRefObject + fetcherRef: MutableRefObject> locale: string cartCookie: string }