Type alias RecommendationConditionValue

RecommendationConditionValue: {
    type: string;
    value?: string | null;
}

Type declaration

  • type: string
  • Optional value?: string | null