2021-05-07 10:29:10 -03:00

3 lines
86 B
TypeScript

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