Add account type
This commit is contained in:
Vendored
+8
@@ -14,6 +14,14 @@ declare global {
|
||||
content: string;
|
||||
};
|
||||
|
||||
type Account = {
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
email: string;
|
||||
profile_photo: string;
|
||||
phone: string;
|
||||
}
|
||||
|
||||
type Product = {
|
||||
id: number;
|
||||
price: number;
|
||||
|
||||
Reference in New Issue
Block a user