diff --git a/frontend/src/api/user.ts b/frontend/src/api/user.ts index 79d7a37..57a27e1 100644 --- a/frontend/src/api/user.ts +++ b/frontend/src/api/user.ts @@ -4,8 +4,7 @@ import { APIResult, DELETE, GET, PATCH, POST, handleAPIError } from "@/api/reque export type User = { uid: string; - // role: "admin" | "team"; - accountType: "admin" | "team"; + role: "admin" | "team"; approvalStatus: boolean; profilePicture: string; name: string;