Skip to content

mapOperationOptions

@tsed/schema

Usage

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

See /packages/specs/schema/src/utils/mapOperationOptions.ts.

Overview

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

path

ts
path: undefined;

method

ts
method: undefined;

use

ts
use: any[];

Released under the MIT License.