search page without from-to
This commit is contained in:
@@ -226,3 +226,17 @@ export interface PricingCardProps {
|
||||
isActive?: boolean
|
||||
onPlanChange?: () => void
|
||||
}
|
||||
|
||||
export interface SearchResponse {
|
||||
count: number
|
||||
results: SearchCardProps[]
|
||||
}
|
||||
|
||||
export interface SearchPageProps {
|
||||
params: {
|
||||
category: string
|
||||
}
|
||||
searchParams: {
|
||||
[key: string]: string | string[] | undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user