UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 223 B
import { Recommendation } from './Recommendation'; /** Array of Recommendation objects */ export interface Recommendations { /** */ recommendations: Recommendation[]; } //# sourceMappingURL=Recommendations.d.ts.map