Hack to uncollapse types so they show in their entirety
type foo = Prettify<someType & { ...stuff }> Copy
type foo = Prettify<someType & { ...stuff }>
Hack to uncollapse types so they show in their entirety