UNPKG

mercadopago

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