UNPKG

@lexriver/yandex-pay

Version:

A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications

7 lines (6 loc) 79 B
export interface QRData { /** * QR token */ token: string; }