UNPKG

@lokalise/node-api

Version:
7 lines (6 loc) 132 B
export interface RefreshTokenResponse { access_token: string; scope: string; expires_in: string | number; token_type: string; }