Force VSCode to expand all the properties of a type by using this type. Useful for making complex types more readable in hover tooltips.
type MyType = Prettify<SomeComplexType>; Copy
type MyType = Prettify<SomeComplexType>;
Force VSCode to expand all the properties of a type by using this type. Useful for making complex types more readable in hover tooltips.