TsConditionalType Type
Represents a conditional type `T extends U ? X : Y`.
Reflects: `ConditionalType`.
Example (TS):
```ts
type IfNumber
Represents a conditional type `T extends U ? X : Y`.
Reflects: `ConditionalType`.
Example (TS):
```ts
type IfNumber