UNPKG

mercadopago

Version:
4 lines (3 loc) 221 B
import type { GetDevicesResponse } from '../commonTypes'; import type { PointGetDevicesClient } from './types'; export default function getDevices({ options, config }: PointGetDevicesClient): Promise<GetDevicesResponse>;