UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

10 lines (9 loc) 174 B
export interface IResponse { fetchResponse: any, unixTime: number, statusCode: number, statusBool: boolean, body: any, error?: string, js?: any }