interface Projects {
    avatarUrls: Agile.AgileModels.AvatarUrls;
    id: string;
    insight: {
        lastIssueUpdateTime: string;
        totalIssueCount: number;
    };
    key: string;
    name: string;
    projectCategory: {
        description: string;
        id: string;
        name: string;
        self: string;
    };
    self: string;
    simplified: boolean;
    style: string;
}

Properties

id: string
insight: {
    lastIssueUpdateTime: string;
    totalIssueCount: number;
}

Type declaration

  • lastIssueUpdateTime: string
  • totalIssueCount: number
key: string
name: string
projectCategory: {
    description: string;
    id: string;
    name: string;
    self: string;
}

Type declaration

  • description: string
  • id: string
  • name: string
  • self: string
self: string
simplified: boolean
style: string