Type Alias PrepareProjectReq

type PrepareProjectReq = {
    allowRecreate?: boolean;
    selectedTasks?: TaskSelectionList;
}
Index

Properties

allowRecreate?: boolean
selectedTasks?: TaskSelectionList

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