Type alias GroupType

GroupType: "single_bracket" | "winner_bracket" | "loser_bracket" | "final_group"

All the possible types of group in an elimination stage.

  • single_bracket for single elimination.
  • winner_bracket and loser_bracket for double elimination.
  • final_group for both single and double elimination.

Generated using TypeDoc