Skip to content

messageMapper

@tsed/schema-async-api

Usage

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

See /packages/specs/schema-async-api/src/components/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.