UNPKG

@samepage/backend

Version:

Backend utilities for the apis of SamePage integrations

11 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const downloadFileContent_1 = tslib_1.__importDefault(require("./downloadFileContent")); const downloadResponse = (messageUuid) => { return (0, downloadFileContent_1.default)({ Key: `data/responses/${messageUuid}.json`, }); }; exports.default = downloadResponse; //# sourceMappingURL=downloadResponse.js.map