Options
All
  • Public
  • Public/Protected
  • All
Menu

Module base/wishlist-repository

Index

Type aliases

WishlistInput: { customerAccessToken: string; productId: number }

Type declaration

  • customerAccessToken: string
  • productId: number
WishlistResponse: { data: [{ prices: { price: number }; productId: number; productName: string }] }

Type declaration

  • data: [{ prices: { price: number }; productId: number; productName: string }]

Generated using TypeDoc