Interface PlanChangeSet

interface PlanChangeSet {
    date?: string;
    intervalStep?: number;
    milestoneId?: string;
    planId: string;
    type: "plan";
}

Properties

date?: string
intervalStep?: number
milestoneId?: string
planId: string
type: "plan"

Generated using TypeDoc