Prettify<T>: ConditionalType

It obligates to TypeScript to Expand the type. Instead of being `{ id: 1 } | { name: "hi" }` makes It's `{ id: 1, name: "hi" }` https://www.totaltypescript.com/concepts/the-prettify-helper Previously Expand<T>

kaplay logo

Misc

Layer