export interface InfoUtile {
  id: number;
  telephonePrincipal: string;
  telephoneSecondaire: string | null;
  numeroWhatsapp: string;
  emailContact: string;
  emailCommandes: string | null;
  adresseSiege: string;
  zoneCouverture: string;
  horairesOuverture: string;
  lienGoogleMaps: string | null;
  lienFacebook: string | null;
  lienTiktok: string | null;
  lienInstagram: string | null;
  lienLinkedin: string | null;
  lienX: string | null;
  lienYoutube: string | null;
  nomPlateforme: string;
  slogan: string;
  baseline: string;
  numeroIfu: string | null;
  numeroRccm: string | null;
  updatedAt: string;
}
