From 0e7201b7be3a5a96b0ab4d55600bba352c608c54 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 15 Jul 2021 06:30:16 -0700 Subject: Add view count to type, missed --- src/types/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/types/types.ts b/src/types/types.ts index 5f70d1f8..3a8baad2 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -117,6 +117,7 @@ export interface MomentType { moment_category: string; moment_url: string; thumbnail_url: string; + view_count: number; } export interface MomentPostType extends MomentType { -- cgit v1.2.3-70-g09d2