---
url: /api/specs/schema/types/utils/function-map-operation-options.md
description: api documentation of mapOperationOptions from @tsed/schema
---

## Usage

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

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

## Overview

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

## path

```ts
path: undefined;
```

## method

```ts
method: undefined;
```

## use

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