interface AccountWorkWorkItemModel {
    assignedTo?: string;
    changedDate?: Date;
    id?: number;
    state?: string;
    teamProject?: string;
    title?: string;
    workItemType?: string;
}

Properties

assignedTo?: string
changedDate?: Date
id?: number
state?: string
teamProject?: string
title?: string
workItemType?: string