UNPKG

@lexriver/yandex-pay

Version:

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

8 lines (7 loc) 187 B
import { OrderResponseOperation } from "./OrderResponseOperation.js"; /** * Operation response data */ export interface OperationResponseData { operation: OrderResponseOperation; }