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

## Usage

```typescript
import { mapOperationOptions } from "@tsed/schema";
```

> See [/packages/specs/schema/src/utils/mapOperationOptions.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/utils/mapOperationOptions.ts#L0-L0).

## Overview

```ts
function mapOperationOptions(args: any[]): {
    path: undefined;
    method: undefined;
    use: any[];
};
```

<!-- Members -->

## path

```ts
path: undefined;
```

## method

```ts
method: undefined;
```

## use

```ts
use: any[];
```
