---
meta:
 - name: keywords
   description: api typescript node.js documentation responsePayloadMapper function
---
# responsePayloadMapper - @tsed/schema-async-api

## Usage

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

> See [/packages/specs/schema-async-api/src/components/responseMapper.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/specs/schema-async-api/src/components/responseMapper.ts#L0-L0).

## Overview

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

<!-- Members -->

## $ref

```ts
$ref: string;
```
