UNPKG

@lexriver/yandex-pay

Version:

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

5 lines (4 loc) 115 B
import { TargetCartItem } from "./TargetCartItem.js"; export interface TargetCart { items: TargetCartItem[]; }