Home > @infiniteobjects/type-utils > Merge
Merge two types into a new type. Keys of the second type overrides keys of the first type.
Signature:
export type Merge<FirstType, SecondType> = Simplify<Merge_<FirstType, SecondType>>;
References: Simplify