import api from '~/api/instance' export const getProductsDetail = async (productId: number) => await api.wc.v1ProductsDetail(productId)