Share via


TurnEvents type

Represents the types of events that can occur during a turn in the application.

  • beforeTurn: Triggered before the turn starts.
  • afterTurn: Triggered after the turn ends.
type TurnEvents = "beforeTurn" | "afterTurn"