UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

6 lines (5 loc) 218 B
export declare const YOOKASSA_API_URL = "https://api.yookassa.ru/v3"; export declare const YOOKASSA_HEADERS: { 'Content-Type': string; 'Idempotence-Key': `${string}-${string}-${string}-${string}-${string}`; };