Interface IssueRead

IssueRead

interface IssueRead {
    assignee?: null | BasicUser;
    comments: CommentsSummary;
    created_date?: null | string;
    frame?: number;
    id?: number;
    job?: number;
    owner?: null | BasicUser;
    position: number[];
    resolved?: boolean;
    updated_date?: null | string;
}

Properties

assignee?: null | BasicUser

IssueRead

comments: CommentsSummary

IssueRead

created_date?: null | string

IssueRead

frame?: number

IssueRead

id?: number

IssueRead

job?: number

IssueRead

owner?: null | BasicUser

IssueRead

position: number[]

IssueRead

resolved?: boolean

IssueRead

updated_date?: null | string

IssueRead