1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-13 04:11:23 +00:00
Files
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 () {}