updated account types
This commit is contained in:
Vendored
+4
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user