export interface UnarchiveIssues {
  issueIdsOrKeys?: string[];
}
