feat(client): 🏷️ Add uri property to Account

This commit is contained in:
Jesse Wierzbinski 2024-07-17 13:52:32 +02:00
parent 5830b68f03
commit 0c30b024cd
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ export type Account = {
following_count: number;
statuses_count: number;
note: string;
uri: string;
url: string;
avatar: string;
avatar_static: string;