Variable: BulkIssueIsWatchingSchema
ts
const BulkIssueIsWatchingSchema: ZodObject<{
issuesIsWatching: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;Defined in: src/cloud/models/bulkIssueIsWatching.ts:5
A container for the watch status of a list of issues.