mirror of
https://github.com/vercel/commerce.git
synced 2025-08-06 08:51:25 +00:00
.vscode
assets
components
config
framework
bigcommerce
commerce
saleor
shopify
swell
api
cart
catalog
checkout
customers
operations
utils
wishlist
index.tsx
customer.ts
index.ts
auth
cart
common
customer
product
utils
wishlist
.env.template
commerce.config.json
const.ts
fetcher.ts
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
swell-js.d.ts
types.ts
vendure
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
export type WishlistItem = { product: any; id: number }
|
|
export default function () {}
|