Type Alias Invert<Branch>

Invert: Branch extends $Then ? $Else : $Then

Invert the selection branch.

i.e.

  • $Then -> $Else
  • $Else -> $Then

Type Parameters