Poq.SDK.Node

Home > @poq/sdk > UserWishlist > (constructor)

UserWishlist.(constructor)

Constructs a new instance of the UserWishlist class

Signature:

constructor(params: {
        items: UserWishlistItem[];
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { items: UserWishlistItem[]; customData?: Record<string, unknown>; }