Interface SetRecommendationIdActionCreatorPayload

interface SetRecommendationIdActionCreatorPayload {
    id: string;
}

Properties

Properties

id: string

The recommendation identifier.