/** * @file Due to these records being used in next.config.js, and that is required * to be a js file, we use jsdoc to type these. */ /** @type {import('@/types/routes').LangRoute} */ export const myStay = { da: "/da/hotelreservation/min-ophold", de: "/de/hotelreservation/meine-aufenthalte", en: "/en/hotelreservation/my-stay", fi: "/fi/hotelreservation/min-vistelma", no: "/no/hotelreservation/min-ophold", sv: "/sv/hotelreservation/min-vistelse", }