chore: cleanup

This commit is contained in:
2023-11-16 15:54:02 +00:00
parent 981ab5790a
commit 5a63a21fec
6 changed files with 127 additions and 78 deletions

View File

@ -20,9 +20,9 @@ export interface TrendingNoteResponse {
export interface TrendingHashtagsResponse {
hashtags: Array<{
hashtag: string,
posts: number
}>
hashtag: string;
posts: number;
}>;
}
export interface SuggestedFollow {