dynamic routes for main page

This commit is contained in:
2025-05-23 11:48:45 +03:00
parent efccb591ff
commit 45e5e78df2
10 changed files with 234 additions and 141 deletions

View File

@@ -29,23 +29,24 @@ export interface ButtonProps {
export interface SearchCardProps {
id: number
username: string
userImg: string | StaticImageData
start_point: string
country_from: string
country_from_icon: string | StaticImageData
country_from_code: string
end_point: string
country_to: string
country_to_icon: string | StaticImageData
country_to_code: string
username: number
userImg: string
owner_type: string
from_city_name: string
from_country_name: string
to_city_name: string
to_country_name: string
cargo_type: string
user_request: string
moving_type: string
estimated_date: Date
user_comment: string
day_out?: Date
day_in?: Date
formatted_cargo_type: string
formatted_transport: string
type_transport: string
comment: string
departure_DT: string
arrival_DT: string
formatted_departure: string
formatted_arrival: string
country_from_icon: string
country_to_icon: string
}
export interface AccordionProps {