diff --git a/components/UsersView.vue b/components/UsersView.vue index 85f5e59..d16f738 100644 --- a/components/UsersView.vue +++ b/components/UsersView.vue @@ -1,18 +1,24 @@ diff --git a/types/api/user.ts b/types/api/user.ts index d45dacd..7528a15 100644 --- a/types/api/user.ts +++ b/types/api/user.ts @@ -12,4 +12,10 @@ export interface GetProfileResponse { username: string, user_spotify_id: string, spotify_visibility: boolean, +} + +export interface UserInformation { + user_id: number, + user_avatar: string | null, + username: string, } \ No newline at end of file