import type { Lang } from "../language" export function selectRate(lang: Lang) { return `/${lang}/hotelreservation/select-rate` }