-
Friends
-
-
\ No newline at end of file
diff --git a/pages/index.vue b/pages/index.vue
index a8808e0..3d82672 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -20,8 +20,46 @@ import { UserViewType } from "@/types/components/users.view"
-
-
+
+
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