vlocode-project - v2.4.3
    Preparing search index...

    Interface ActionPlanTemplateItemDependency

    interface ActionPlanTemplateItemDependency {
        creationType: string;
        name: string;
        previousTemplateItem: ActionPlanTemplateItem;
        templateItem: ActionPlanTemplateItem;
    }
    Index

    Properties

    creationType: string
    name: string
    previousTemplateItem: ActionPlanTemplateItem