Mapping of teams to the corresponding work item category

interface TeamBacklogMapping {
    categoryReferenceName?: string;
    teamId?: string;
}

Properties

categoryReferenceName?: string
teamId?: string