1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-12 04:37:51 +00:00
2021-03-02 21:05:13 -06:00

3 lines
86 B
TypeScript

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