diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-15 06:30:16 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-20 20:29:20 -0700 |
commit | 0e7201b7be3a5a96b0ab4d55600bba352c608c54 (patch) | |
tree | 64441db693317d61f4ee1bae31529fb5fa9413f2 | |
parent | dfcd9e5d47ff5cac2a02a0bbfe4ed37f60625431 (diff) |
Add view count to type, missed
-rw-r--r-- | src/types/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |