feat: note creator hashtags
This commit is contained in:
5
packages/app/src/External/NostrBand.ts
vendored
5
packages/app/src/External/NostrBand.ts
vendored
@ -19,7 +19,10 @@ export interface TrendingNoteResponse {
|
||||
}
|
||||
|
||||
export interface TrendingHashtagsResponse {
|
||||
hashtags: Array<string>
|
||||
hashtags: Array<{
|
||||
hashtag: string,
|
||||
posts: number
|
||||
}>
|
||||
}
|
||||
|
||||
export interface SuggestedFollow {
|
||||
|
Reference in New Issue
Block a user