IssueCount
import type { IssueCount } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";Count of issues for a group of signals.
interface IssueCount {
displayName?: string;
issueCount?: number;
}import type { IssueCount } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";Count of issues for a group of signals.