interface Entry {
    errors?: string[];
    issueId?: number;
    issueKey?: string;
    status?: number;
}

Properties

errors?: string[]
issueId?: number
issueKey?: string
status?: number