UNPKG

@tsed/common

Version:
15 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapReturnedResponse = void 0; /** * @ignore */ function mapReturnedResponse({ use, collection, ...options }) { return { ...options, type: options.type || use, collectionType: options.collectionType || collection }; } exports.mapReturnedResponse = mapReturnedResponse; //# sourceMappingURL=mapReturnedResponse.js.map