UNPKG

@tsed/platform-http

Version:
11 lines (10 loc) 228 B
/** * @ignore */ export function mapReturnedResponse({ use, collection, ...options }) { return { ...options, type: options.type || use, collectionType: options.collectionType || collection }; }