Ketik untuk alat peraga objek

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