mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
feat(client): 🏷️ Add uri property to Account
This commit is contained in:
parent
5830b68f03
commit
0c30b024cd
|
|
@ -20,6 +20,7 @@ export type Account = {
|
|||
following_count: number;
|
||||
statuses_count: number;
|
||||
note: string;
|
||||
uri: string;
|
||||
url: string;
|
||||
avatar: string;
|
||||
avatar_static: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue