Goal: Implement the `PublicType<T extends object>` type that requires removing the key starting with `_key` from the given type `T`. Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/28333-medium-public-type Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-public-type.md
Run "Check Solution" to validate your code in the browser.