Supporting Enterprise DH-14581 As a developer, I want a cleaner way to extract the value type of an object. Instead of ```typescript typeof x[keyof typeof x] ``` I want to be able to use ```typescript ValueOf<typeof x> ```
Supporting Enterprise DH-14581
As a developer, I want a cleaner way to extract the value type of an object. Instead of
I want to be able to use