Documentation / @ripl/utilities / Merge
Type Alias: Merge<TA, TB> ​
Merge<
TA,TB> =Omit<TA, keyofTB> &TB
Defined in: types.ts:22
Merges two types, with properties in TB overriding those in TA.
Type Parameters ​
| Type Parameter |
|---|
TA |
TB |
Documentation / @ripl/utilities / Merge
Merge<
TA,TB> =Omit<TA, keyofTB> &TB
Defined in: types.ts:22
Merges two types, with properties in TB overriding those in TA.
| Type Parameter |
|---|
TA |
TB |