Skip to content

Commit

Permalink
change models
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Aug 23, 2024
1 parent 99f5097 commit 98dfde8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ export namespace UserData {
* The user's location.
*/
location: string | null
/**
* The user's followers count.
*/
followersCount: number
/**
* The user's following count.
*/
followingCount: number
}
}

Expand Down

0 comments on commit 98dfde8

Please sign in to comment.