UNPKG

@empathyco/x-components

Version:
12 lines 283 B
/** * 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