1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-13 20:31:23 +00:00
Files
.vscode
assets
components
config
framework
bigcommerce
commerce
local
saleor
shopify
swell
api
cart
catalog
customers
endpoints
operations
utils
wishlist
index.tsx
customer.ts
index.ts
auth
cart
common
customer
product
types
utils
wishlist
.env.template
commerce.config.json
const.ts
fetcher.ts
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
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-lock.json
package.json
postcss.config.js
swell-js.d.ts
tailwind.config.js
tsconfig.js
tsconfig.json
yarn.lock
commerce/framework/swell/api/wishlist/index.tsx
2021-03-02 21:05:13 -06:00

3 lines
86 B
TypeScript

export type WishlistItem = { product: any; id: number }
export default function () {}