Skip to content

payloadMapper

@tsed/schema-async-api

Usage

typescript
import { payloadMapper } from "@tsed/schema-async-api";

See /packages/specs/schema-async-api/src/components/payloadMapper.ts.

Overview

ts
function payloadMapper(jsonOperationStore: JsonMethodStore, operationPath: JsonMethodPath, options: JsonSchemaOptions): unknown;

Released under the MIT License.