export interface ComponentIssuesCountAsResponse { /** * The URL for this count of issues for a component. */ self?: string; /** * The count of issues assigned to a component. */ issueCount?: number; } //# sourceMappingURL=ComponentIssuesCountAsResponse.d.ts.map