export interface ProjectInsightAsResponse { /** * Total issue count. */ totalIssueCount?: number; /** * The last issue update time. */ lastIssueUpdateTime?: string; } //# sourceMappingURL=ProjectInsightAsResponse.d.ts.map