UNPKG

paypal-rest-api

Version:

A typescript module for integrating with PayPal REST APIs.

9 lines (8 loc) 172 B
export interface IAccessToken { scope: string; access_token: string; token_type: string; app_id: string; expires_in: number; expiration?: number; }