UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

8 lines (7 loc) 150 B
interface AccessTokenData { access_token: string; expires_in: number; token_type: string; user: string; } export { AccessTokenData };