UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 144 B
export interface AccessToken { access_token?: string; expires_in?: number; token_type?: string; refresh_token?: string; }