interface ITaskboardColumnMapping {
    state?: string;
    workItemType?: string;
}

Properties

state?: string
workItemType?: string