/** Used by the `Room.SetBrokenWatchState` method. */ export enum BrokenWatchState { NONE = 0, SLOW = 1, FAST = 2, }