Type conditionnel TypeScript

SomeType extends OtherType ? TrueType : FalseType;
MitchAloha