interface asd { name:string } interface asd{ age:number } type asd1 = { name:string } // console.log(asd) let a:asd = { name:'', age:1 }