Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/utils/function-map-operation-options.md for this page in Markdown format
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[];