UNPKG

qpay

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; "not-before-policy": string; session_state: string; };