diff options
-rw-r--r-- | src/types/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/types.ts b/src/types/types.ts index d9d0b56b..9b9fb627 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -11,6 +11,7 @@ export interface ProfilePreviewType { username: string; first_name: string; last_name: string; + thumbnail_url: string; } export type FriendshipStatusType = 'friends' | 'requested' | 'no_record'; @@ -84,6 +85,7 @@ export interface MomentType { date_created: string; moment_category: string; path_hash: string; + thumbnail_url: string; } export interface CommentType { |