Type Alias AutomaticRecommendationsInput
AutomaticRecommendationsInput: { hostUserId: string; limit?: number; months?: RecommendationMonths[]; packages?: PackageLevel[];} Type declaration
hostUserId: string
Optionallimit?: number
Optionalmonths?: RecommendationMonths[]