UNPKG

@lexriver/yandex-pay

Version:

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

15 lines (14 loc) 226 B
export interface PickupSchedule { /** * HH:mm, "08:00" */ fromTime: string; /** * Например, "пн-пт" */ label: string; /** * HH:mm, "20:00" */ toTime: string; }