UNPKG

intopays

Version:

Intopays - Gateway de integração bancária

10 lines (9 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageResponse = void 0; class PageResponse { constructor() { this.body = []; } } exports.PageResponse = PageResponse;