type s = import("./generated").components["schemas"]; export type Recommendation = s["response-product-item"]; export type EntityType = Recommendation["entityType"]; export type ProductImage = s["image"]; export type EnergyEfficiencyClass = s["energy-efficiency-class"]; export type EnergyCertification = s["energy-certification"]; export type EnergyClassIconDirection = keyof s["energy-certification"]["classIconUrls"]; export type BasePrice = s["basePrice"]; export type ContextAnnotation = s["context-annotation"]; export type ContextAnnotationDataProducts = s["context-annotation-data-products"]; export type Interactions = s["interactions"]; export type Stream = s["stream"]; export type StreamItem = s["stream-item"]; export {};