2021-05-27 13:37:57 +02:00

3 lines
86 B
TypeScript

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