Interface Format

Represents a single format with optional rank and monotype flags. Based on format list found on e.g. https://www.smogon.com/stats/2015-01/.

Hierarchy

  • Format

Properties

Properties

monotype?: string

Monotype value for accessing the data in the 'monotype' endpoint (e.g. https://www.smogon.com/stats/2015-01/monotype/). Defaults to none.

See

SmogonApiClient#fetchFormats

name: string

Format name, e.g. 'gen8ou'.

rank?: string

Rank cutoff as supported by smogon stats, e.g. '1500'. Defaults to '0'.

Generated using TypeDoc