TypeScriptオブジェクトspread

スプレッド演算子でオブジェクトをマージします。

構文

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