UNPKG

esiil

Version:

Minimalist library for EVE Online's ESI

7 lines (6 loc) 149 B
export default interface ITokenResponseBody { access_token: string; expires_in: number; token_type: string; refresh_token: string; }