@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
api/src/interfaces/IWishlistRepository
IWishlistRepository
Class IWishlistRepository
Abstract
Implemented by
WishlistRepository
Index
Constructors
constructor
Methods
add
delete
get
Constructors
constructor
new
IWishlistRepository
()
:
IWishlistRepository
Returns
IWishlistRepository
Methods
Abstract
add
add
(
userId
:
number
,
gameSku
:
string
)
:
Promise
<
boolean
>
Parameters
userId
:
number
gameSku
:
string
Returns
Promise
<
boolean
>
Abstract
delete
delete
(
userId
:
number
,
gameSku
:
string
)
:
Promise
<
boolean
>
Parameters
userId
:
number
gameSku
:
string
Returns
Promise
<
boolean
>
Abstract
get
get
(
userId
:
number
)
:
Promise
<
Product
[]
>
Parameters
userId
:
number
Returns
Promise
<
Product
[]
>
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
delete
get
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...