Tapez pour les accessoires d'objet

type Person = {
  name: {
    first: string;
    last: string;
  };
};
Omatsola Eyeoyibo