import { SWRHook } from '@commerce/utils/types' import useCustomer, { UseCustomer } from '@commerce/customer/use-customer' export default useCustomer as UseCustomer export const handler: SWRHook = { fetchOptions: { query: '', }, async fetcher({ input, options, fetch }) {}, useHook: () => () => { return async function addItem() { return {} } }, }