UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 305 B
import { RecommendationsRecommendationAdvice } from './RecommendationsRecommendationAdvice.js'; type RecommendationsRecommendation = { advices?: RecommendationsRecommendationAdvice[]; localizedDescription?: Record<string, string>; rank?: number; }; export { RecommendationsRecommendation };