forked from crowetic/commerce
Updated type
This commit is contained in:
parent
b81d04b952
commit
c9f5babfdd
@ -21,7 +21,7 @@ export type CommerceConfig = { fetcher: Fetcher<any> } & Omit<
|
|||||||
>
|
>
|
||||||
|
|
||||||
export type CommerceContextValue = {
|
export type CommerceContextValue = {
|
||||||
fetcherRef: MutableRefObject<any>
|
fetcherRef: MutableRefObject<Fetcher<any>>
|
||||||
locale: string
|
locale: string
|
||||||
cartCookie: string
|
cartCookie: string
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user