/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ProjectInsightAsResponse { /** * The last issue update time. */ lastIssueUpdateTime?: string; /** * Total issue count. */ totalIssueCount?: number; } //# sourceMappingURL=ProjectInsightAsResponse.d.ts.map