UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

3 lines (2 loc) 118 B
import { AxiosInstance } from 'axios'; export declare function attachYookassaInterceptors(http: AxiosInstance): void;