[typescript]type object

Tue Feb 11

typescript

Author:Noritaka

Astro
const person = {
  name: {
    first: 'Jack',
    last: 'Smith',
  },
  age: 21,
}

typescript