Interface Timeframe

Represents a single timeframe by the year and month that was covered. Based on timeframe list found on e.g. https://www.smogon.com/stats/.

Hierarchy

  • Timeframe

Properties

Properties

modifier?: string

The optional modifier for the timeframe, e.g. 'DLC1'.

month: string

Month of this timeframe.

year: string

Year of this timeframe.

Generated using TypeDoc