+
-
- بازگشت به فروشگاه
-
-
+ بازگشت به فروشگاه
+
-
\ No newline at end of file
+
diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts
index 70a7644..9ba04d1 100644
--- a/frontend/types/global.d.ts
+++ b/frontend/types/global.d.ts
@@ -15,11 +15,13 @@ declare global {
};
type Account = {
+ profile_photo: File | null;
first_name: string;
last_name: string;
- email: string;
- profile_photo: string;
phone: string;
+ gender: string | undefined;
+ email: string;
+ birth_date: string;
};
type Product = {