Type alias ScheduledRecommendationDetail
ScheduledRecommendationDetail: {
channel?: string | null;
enabled?: boolean | null;
rank?: number | null;
recommendationAudience?: string | null;
}
Type declaration
Optional channel?: string | null
Optional enabled?: boolean | null
Optional rank?: number | null
Optional recommendationAudience?: string | null