chore: cleanup
This commit is contained in:
6
packages/app/src/External/NostrBand.ts
vendored
6
packages/app/src/External/NostrBand.ts
vendored
@ -20,9 +20,9 @@ export interface TrendingNoteResponse {
|
||||
|
||||
export interface TrendingHashtagsResponse {
|
||||
hashtags: Array<{
|
||||
hashtag: string,
|
||||
posts: number
|
||||
}>
|
||||
hashtag: string;
|
||||
posts: number;
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface SuggestedFollow {
|
||||
|
Reference in New Issue
Block a user