import type { LocalizedString } from '../index.ts'; export type LpDestinationAttributes = { cover_label: LocalizedString; cover_photo_alt: LocalizedString; cover_photo_url: string; cover_subtitle: LocalizedString; cover_title: LocalizedString; description: LocalizedString; destination_id: number; how_to_get_there: LocalizedString; name: LocalizedString; meta_description: LocalizedString; meta_title: LocalizedString; published: boolean; search_meta_description: LocalizedString; search_meta_title: LocalizedString; search_button_on_destination_page: boolean; search_url: LocalizedString; seo_featured_photo_description: LocalizedString; seo_photo_url: string; seo_section_title: LocalizedString; slug_en: string; slug_fr: string; title: LocalizedString; when_to_leave_text: LocalizedString; createdAt: string; updatedAt: string; };