Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GameChainable

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

Hierarchy

  • GameChainable

Implemented by

Index

Properties

Properties

Optional game

game: undefined | (<K>(this: K, game: Game) => Omit<K, "game">)