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