UNPKG

payme-integration

Version:

NestJS integration module for Payme payment system

8 lines (7 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateTransactionResponseDto = void 0; const base_response_dto_1 = require("./base-response.dto"); class CreateTransactionResponseDto extends base_response_dto_1.BaseResponseDto { } exports.CreateTransactionResponseDto = CreateTransactionResponseDto;