RecommendationDto

interface RecommendationDto {
    BaselineItemName?: null | string;
    CategoryId?: string;
    Items?: null | BaseItemDto[];
    RecommendationType?: RecommendationType;
}

Properties

BaselineItemName?: null | string

RecommendationDto

CategoryId?: string

RecommendationDto

Items?: null | BaseItemDto[]

RecommendationDto

RecommendationType?: RecommendationType

RecommendationDto