Interface RecommendationsDefinition

interface RecommendationsDefinition {
    recommendation: true;
    buildWithProps(
        engine: CommerceEngine,
        props?: Partial<RecommendationsOptions>,
        solutionType?: SolutionType,
    ): Recommendations & ControllerWithKind;
}

Hierarchy

Methods

Properties

Methods

Properties

recommendation: true