UNPKG

payme-integration

Version:

NestJS integration module for Payme payment system

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