mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: add shipping address to order
:%s
This commit is contained in:
@@ -33,19 +33,6 @@ export interface BlogProps {
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export interface CheckOutForm {
|
||||
firstName?: string
|
||||
lastName?: string
|
||||
emailAddress?: string
|
||||
address?: string
|
||||
city?: string
|
||||
state?: string
|
||||
code?: number
|
||||
phone?: number
|
||||
method?: string
|
||||
shipping_fee?: number
|
||||
}
|
||||
|
||||
export type MouseAndTouchEvent = MouseEvent | TouchEvent
|
||||
|
||||
export enum SortOrder {
|
||||
|
Reference in New Issue
Block a user