summary refs log tree commit diff
path: root/src/util/schemas
diff options
context:
space:
mode:
authorCyber <mateusz.hf18@gmail.com>2024-07-10 20:03:30 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2024-07-17 19:55:29 +1000
commit01ca7b77360c1ead0961815b2c73bbe091c3e06e (patch)
treee345470ace1a598ea079478a8daeb1e58afe5ee3 /src/util/schemas
parentSupport apng & webm (diff)
downloadserver-ts-01ca7b77360c1ead0961815b2c73bbe091c3e06e.tar.xz
feat: badges
Diffstat (limited to 'src/util/schemas')
-rw-r--r--src/util/schemas/responses/UserProfileResponse.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/schemas/responses/UserProfileResponse.ts b/src/util/schemas/responses/UserProfileResponse.ts

index 26e7e3bc..7b63542e 100644 --- a/src/util/schemas/responses/UserProfileResponse.ts +++ b/src/util/schemas/responses/UserProfileResponse.ts
@@ -17,6 +17,7 @@ */ import { + Badge, Member, PublicConnectedAccount, PublicMember, @@ -52,4 +53,5 @@ export interface UserProfileResponse { user_profile: UserProfile; guild_member?: PublicMember; guild_member_profile?: PublicMemberProfile; + badges: Badge[]; }