mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
setup custom fetcher and auth hooks
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Client from 'shopify-buy'
|
||||
import { ShopifyConfig } from '../index'
|
||||
import { SwellConfig } from '../index'
|
||||
|
||||
type Options = {
|
||||
config: ShopifyConfig
|
||||
config: SwellConfig
|
||||
}
|
||||
|
||||
const getAllCollections = async (options: Options) => {
|
||||
|
Reference in New Issue
Block a user