interface ArchiveIssues {
    issueIdsOrKeys?: string[];
}

Properties

Properties

issueIdsOrKeys?: string[]