TypeScript객체spread

spread객체

스프레드 연산자로 객체를 병합합니다.

문법

const merged = { ...obj1, ...obj2 }