Type Alias RecommendationsEventResponse

RecommendationsEventResponse: {
    queries: RecommendationEvent[];
}