UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

7 lines (6 loc) 147 B
export interface AccessTokenResponse { access_token: string; expires_in: number; username: string; refresh_token?: string; }