Type alias ActionPlanTemplateItemValue

ActionPlanTemplateItemValue: {
    name: string;
    valueFormula?: string | null;
    valueLiteral?: string | null;
}

Type declaration

  • name: string
  • Optional valueFormula?: string | null
  • Optional valueLiteral?: string | null