Interface IWorkItemDetail

interface IWorkItemDetail {
    id: string;
    progress: string;
    reportUrl: string;
    stats: any;
    status: string;
}

Properties

id: string
progress: string
reportUrl: string
stats: any
status: string

Generated using TypeDoc