UNPKG

@nkhind/vivawallet-sdk

Version:
7 lines (6 loc) 133 B
export interface GetVivaTokenReturn { access_token: string; expires_in: number; token_type: string; scope: string; }