UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

14 lines (13 loc) 212 B
/** * Dispatch account subcategories */ export enum Account { military = 505, trade = 515, sport = 525, drama = 535, diplomacy = 545, science = 555, culture = 565, other = 595 }