UNPKG

@lexriver/yandex-pay

Version:

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

11 lines (10 loc) 154 B
export interface TimeInterval { /** * Interval end time */ end: string; /** * Interval start time */ start: string; }