UNPKG

frost-api

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

7 lines (6 loc) 132 B
export interface GPortalAuthData { access_token: string; refresh_token: string; token_type: "Bearer"; expires_in: number; }