Work item type state name, color and state category

interface WorkItemStateColor {
    category?: string;
    color?: string;
    name?: string;
}

Properties

category?: string

Category of state

color?: string

Color value

name?: string

Work item type state name