UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

4 lines (3 loc) 106 B
import type { Refund } from './refund.response'; export interface CreateRefundResponse extends Refund { }