🧰 type util
Define the branch options of the specified branches.
type $YourOptions = $BranchOptions<$Then | $Else> // { $then: $Then, $else: $Else } Copy
type $YourOptions = $BranchOptions<$Then | $Else> // { $then: $Then, $else: $Else }
🧰 type util
Define the branch options of the specified branches.