Skip to content

responsePayloadMapper

@tsed/schema

Usage

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

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

Overview

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

$ref

ts
$ref: string;

Released under the MIT License.