Skip to content

operationResponseMapper

@tsed/schema

Usage

typescript
import { operationResponseMapper } from "@tsed/schema";

See /packages/specs/schema/src/types/components/open-spec/operationResponseMapper.ts.

Overview

ts
function operationResponseMapper(jsonResponse: JsonResponse, options?: JsonSchemaOptions): any;

Released under the MIT License.