UNPKG

mercadopago

Version:
4 lines (3 loc) 199 B
import type { OAuthRefreshClient } from './types'; import type { OAuthResponse } from '../commonTypes'; export default function refresh({ body, config }: OAuthRefreshClient): Promise<OAuthResponse>;