backend logic
This commit is contained in:
@@ -236,3 +236,12 @@ export interface SearchPageProps {
|
||||
params: Promise<{ category?: string }>
|
||||
searchParams?: Promise<{ [key: string]: string | string[] | undefined }>
|
||||
}
|
||||
|
||||
export interface Lead {
|
||||
name: string
|
||||
phone_number: string
|
||||
email: string
|
||||
moving_price: string
|
||||
moving_date: string
|
||||
comment: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user