Skip to content

responsePayloadMapper

@tsed/schema-async-api

Usage

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

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

Overview

ts
function responsePayloadMapper(jsonOperationStore: JsonMethodStore, operationPath: JsonMethodPath, options: JsonSchemaOptions): {
    $ref: string;
};

$ref

ts
$ref: string;

Released under the MIT License.