nationstates.js
Version:
A wrapper to interact with the NationStates API.
15 lines (14 loc) • 381 B
text/typescript
export enum WorldAssembly {
numnations = "numnations",
numdelegates = "numdelegates",
delegates = "delegates",
members = "members",
happenings = "happenings",
proposals = "proposals",
resolution = "resolution",
voters = "voters",
votetrack = "votetrack",
dellog = "dellog",
delvotes = "delvotes",
lastresolution = "lastresolution"
}