Skip to content

messageMapper

@tsed/schema

Usage

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

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

Overview

ts
function messageMapper(jsonOperationStore: JsonMethodStore, operationPath: JsonMethodPath, { tags, defaultTags, ...options }?: JsonSchemaOptions): {
    $ref: string;
};

$ref

ts
$ref: string;

Released under the MIT License.