UNPKG

@lokalise/node-api

Version:
7 lines (6 loc) 140 B
export interface RequestTokenResponse { access_token: string; refresh_token: string; expires_in: string | number; token_type: string; }