@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 439 B
TypeScript
import { RecommendationAdvice } from './RecommendationAdvice';
/** Recommendation struct */
export interface Recommendation {
/** */
advices: RecommendationAdvice[];
/** Recommendation advices introduction and description sentences, indexed by supported locales */
localizedDescription: {
[ ]: string;
};
/** Recommendation rank */
rank: number;
}
//# sourceMappingURL=Recommendation.d.ts.map