Goal: Implement the type version of `Object.entries`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02946-medium-objectentries Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-objectentries.md
Run "Check Solution" to validate your code in the browser.