A container for the watch status of a list of issues.

interface BulkIssueIsWatching {
    issuesIsWatching?: {};
}

Properties

issuesIsWatching?: {}

The map of issue ID to boolean watch status.

Type declaration