UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 325 B
/** Recommendation advice struct */ export interface RecommendationAdvice { /** Product identifier, usually range>line>category>subCategory>marketingName */ id: string; /** Recommendation score */ score: number; /** Product page url */ url: string; } //# sourceMappingURL=RecommendationAdvice.d.ts.map