import type { LocalizedString } from '../index.ts'; import type { Locale } from '../../services/index.ts'; 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; };