mirror of
https://github.com/vercel/commerce.git
synced 2025-07-07 21:31:22 +00:00
Remove unnecesary any
This commit is contained in:
parent
0ee3109d1f
commit
9e14314d22
@ -10,7 +10,6 @@ import getProduct from './operations/get-product'
|
|||||||
import { API_URL, CART_COOKIE, CUSTOMER_COOKIE } from '../constants'
|
import { API_URL, CART_COOKIE, CUSTOMER_COOKIE } from '../constants'
|
||||||
|
|
||||||
export interface OrdercloudConfig extends CommerceAPIConfig {
|
export interface OrdercloudConfig extends CommerceAPIConfig {
|
||||||
fetch: any
|
|
||||||
storeRestFetch: <T>(
|
storeRestFetch: <T>(
|
||||||
method: string,
|
method: string,
|
||||||
resource: string,
|
resource: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user