export type TopDestinationAttributes = { destination_id: number mobile_parent_destination_id: number name_en: string name_fr: string order: number parent_destination_id: number style: 'title' | 'subtitle' | 'bold' | 'regular' createdAt: string updatedAt: string }