Alokai

DeleteWishlistSDKProps

Props for the SDK's Delete Wishlist method

type DeleteWishlistSDKProps = {
  wishlistId: number;
};