vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ActionPlanTemplateItemDependency

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

    Properties

    creationType: string
    name: string
    previousTemplateItem: ActionPlanTemplateItem