Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TournamentCodeChainable

An interface containing method type signatures for any Action containing a .tournamentCode() method.

Hierarchy

  • TournamentCodeChainable

Implemented by

Index

Properties

Properties

Optional tournamentCode

tournamentCode: undefined | (<K>(this: K, tournamentCode: string) => Omit<K, "tournamentCode">)