diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-06-20 20:33:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-06-20 20:33:43 -0700 |
| commit | a080b14f40cb20f86c0aaef90a35509a8d684fb6 (patch) | |
| tree | 20977005373626b22bbef7659c7809c6ab84240c /src | |
| parent | b67ac03161018dd9d87026b92b590c8e22890489 (diff) | |
add missing view_count proptype to ChannelDataprop
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/stats/[slug].tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx index 908a9f8..224046f 100644 --- a/src/pages/stats/[slug].tsx +++ b/src/pages/stats/[slug].tsx @@ -14,6 +14,7 @@ interface ChannelDataProp { subscribers: number; sub_org: string; video_count: number; + view_count: number; next_milestone: string; days_until_next_milestone: string; next_milestone_date: string; |
