UNPKG

payme-integration

Version:

NestJS integration module for Payme payment system

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