2021-06-01 07:55:04 -03:00

3 lines
86 B
TypeScript

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