1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-30 05:31:22 +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 () {}