/** * Configuration options for the {@link RecommendationsXModule}. * * @public */ export interface RecommendationsConfig { /** * Number of result recommendations that will be requested. */ maxItemsToRequest: number; } //# sourceMappingURL=config.types.d.ts.map