UNPKG

akua-sdk

Version:

TypeScript SDK for Akua Acquiring Processor

7 lines (6 loc) 136 B
export interface TokenResponse { access_token: string; refresh_token: string; token_type: string; expires_in: number; }