Exercise #169: Medium Remove Index Signature
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: Implement `RemoveIndexSignature<T>`, exclude the index signature from object types. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/01367-medium-remove-index-signature Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-remove-index-signature.md

Run "Check Solution" to validate your code in the browser.