Type alias Seeding

Seeding: (CustomParticipant | string | number | null)[]

The seeding for a stage.

Each element represents a participant, which can be:

  • A full object, with possibly extra fields.
  • Its name (string).
  • Its ID (only integers are supported, for backwards compatibility).
  • Or a BYE: null.

Generated using TypeDoc