Goal: Merge two types into a new type. Keys of the second type overrides keys of the first type. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00599-medium-merge Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-merge.md
Run "Check Solution" to validate your code in the browser.