2022-01-14 23:33:01 -05:00

3 lines
86 B
TypeScript

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