Interface MilestoneStep

MilestoneStep describes a timeline selection using a defined milestone in the scope of the timeline's BTM Fact Sheet.

interface MilestoneStep {
    milestoneId: string;
}

Properties

Properties

milestoneId: string

Generated using TypeDoc