Number of archived/unarchived issues and list of errors that occurred during the action, if any.

interface IssueArchivalSyncResponse {
    errors?: Errors;
    numberOfIssuesUpdated?: number;
}

Properties

errors?: Errors
numberOfIssuesUpdated?: number