Index: frontend/src/utils/types.ts
===================================================================
--- frontend/src/utils/types.ts	(revision 7621d7b2606460a77489dea20e584443f4fbdf4c)
+++ frontend/src/utils/types.ts	(revision c684a6db42ec9ce24ffb0e5c5779ca9a8df9af20)
@@ -4,5 +4,6 @@
 	email?: string;
 	profilePhoto?: string | null;
-	role?: "ADMIN" | "NONADMIN";
+	isAdmin: boolean;
+	isArtist: boolean;
 }
 
