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

## Usage

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

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

## Overview

```ts
function channelsMapper(model: any, { channels, rootPath, ...options }: JsonSchemaOptions): any;
```
