UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

9 lines (8 loc) 161 B
/** * Defines the layout of the response object in a RequestBuilder object. * @interface */ interface IResponseStatus { code: number, bool: boolean }