diff --git a/client/types/account.ts b/client/types/account.ts index 0a9f43f..ad309b3 100644 --- a/client/types/account.ts +++ b/client/types/account.ts @@ -20,6 +20,7 @@ export type Account = { following_count: number; statuses_count: number; note: string; + uri: string; url: string; avatar: string; avatar_static: string;