Represents work items in a backlog level

interface BacklogLevelWorkItems {
    workItems?: WorkItemLink[];
}

Properties

Properties

workItems?: WorkItemLink[]

A list of work items within a backlog level