feat: note creator hashtags

This commit is contained in:
2023-11-16 15:42:47 +00:00
parent 95b7cca4cb
commit 981ab5790a
9 changed files with 116 additions and 21 deletions

View File

@ -19,7 +19,10 @@ export interface TrendingNoteResponse {
}
export interface TrendingHashtagsResponse {
hashtags: Array<string>
hashtags: Array<{
hashtag: string,
posts: number
}>
}
export interface SuggestedFollow {