Updated type

This commit is contained in:
Luis Alvarez 2020-10-22 18:05:56 -05:00
parent b81d04b952
commit c9f5babfdd

View File

@ -21,7 +21,7 @@ export type CommerceConfig = { fetcher: Fetcher<any> } & Omit<
>
export type CommerceContextValue = {
fetcherRef: MutableRefObject<any>
fetcherRef: MutableRefObject<Fetcher<any>>
locale: string
cartCookie: string
}