UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

12 lines (11 loc) 231 B
/** * Defines the structure of the _authentication object in the client class. * @interface */ interface Auth { status: boolean; _nation?: string; _xPassword?: string; _xAutoLogin?: string; _xPin?: string; }