nationstates.js
Version:
A wrapper to interact with the NationStates API.
33 lines (32 loc) • 826 B
text/typescript
export enum RegionPublic {
census = "census",
censusranks = "censusranks",
dbid = "dbid",
delegate = "delegate",
delegateauth = "delegateauth",
delegatevotes = "delegatevotes",
dispatches = "dispatches",
embassies = "embassies",
embassyrmb = "embassyrmb",
factbook = "factbook",
flag = "flag",
founded = "founded",
foundedtime = "foundedtime",
founder = "founder",
founderauth = "founderauth",
gavote = "gavote",
happenings = "happenings",
history = "history",
lastupdate = "lastupdate",
messages = "messages",
name = "name",
nations = "nations",
numnations = "numnations",
officers = "officers",
poll = "poll",
power = "power",
scvote = "scvote",
tags = "tags",
wabadges = "wabadges",
zombie = "zombie"
}