import type { LocalizedString } from '@entities' import type { Locale } from '@services' export type FacetsFilterAttributes = { destination_id: number destination_name: LocalizedString facets: Record> has_destination: boolean home_type: LocalizedString indexation: boolean meta_description: LocalizedString meta_title: LocalizedString title: LocalizedString url_en: string url_fr: string createdAt: string updatedAt: string }