Remove unnecesary any

This commit is contained in:
goncy 2021-08-25 19:56:57 -03:00
parent 0ee3109d1f
commit 9e14314d22

View File

@ -10,7 +10,6 @@ import getProduct from './operations/get-product'
import { API_URL, CART_COOKIE, CUSTOMER_COOKIE } from '../constants'
export interface OrdercloudConfig extends CommerceAPIConfig {
fetch: any
storeRestFetch: <T>(
method: string,
resource: string,