mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 01:05:53 +00:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
export type WishlistItem = { product: any; id: number }
|
|
export default function () {}
|