We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a05c6f commit 5d3c367Copy full SHA for 5d3c367
1 file changed
types/index.ts
@@ -47,8 +47,8 @@ export interface LanguageStats {
47
export interface ContributionStats {
48
total_contributions: number
49
contributions_this_year: number
50
- longest_streak: int
51
- current_streak: int
+ longest_streak: number
+ current_streak: number
52
contributions_by_month: Array<{ month: string; contributions: number }>
53
}
54
0 commit comments