Type Alias ValidateProjectReq

type ValidateProjectReq = {
    selectedTasks?: TaskSelectionList;
}
Index

Properties

Properties

selectedTasks?: TaskSelectionList

Array of tasks to prepare. Leave empty to trigger project-level orchestration using built-in logic (same as in the user interface).