mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: collapse checkout custom form shipping form
:%s
This commit is contained in:
@@ -20,4 +20,17 @@ export interface RecipeProps {
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export interface CheckOutForm {
|
||||
name: string
|
||||
email:string
|
||||
address: string
|
||||
city:string
|
||||
state:string
|
||||
code:number
|
||||
phone:number
|
||||
method:string
|
||||
shipping_fee:number
|
||||
}
|
||||
|
||||
|
||||
export type MouseAndTouchEvent = MouseEvent | TouchEvent
|
Reference in New Issue
Block a user