/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ComponentIssuesCountAsResponse { /** * The count of issues assigned to a component. */ issueCount?: number; /** * The URL for this count of issues for a component. */ self?: string; } //# sourceMappingURL=ComponentIssuesCountAsResponse.d.ts.map