Type Alias AutomaticRecommendationsOutput
AutomaticRecommendationsOutput: {
itineraryId: string;
months: RecommendationMonths[];
packages: string[];
score: number;
}
Type declaration
itineraryId: string
months: RecommendationMonths[]
packages: string[]
score: number