From 0c30b024cd0a285991c55ebd535f6b59d5e83095 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 17 Jul 2024 13:52:32 +0200 Subject: [PATCH] feat(client): :label: Add uri property to Account --- client/types/account.ts | 1 + 1 file changed, 1 insertion(+) 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;