UNPKG

qpay-quick

Version:
11 lines (10 loc) 249 B
export type QPayTokenResponse = { token_type: string; refresh_expires_in: number; refresh_token: string; access_token: string; expires_in: number; scope: string; session_state: string; 'not-before-policy': string; };