finishes functionality for cart, checkout, return and renter registration
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export type RenterType = {
|
||||
id: string;
|
||||
name: string;
|
||||
address: string;
|
||||
email: string;
|
||||
phoneNumber: string;
|
||||
rentals: [string];
|
||||
}
|
||||
Reference in New Issue
Block a user