export type PlaceType = { id: string; name: { en: string; fr: string; }; };