Skip to content

OperationId

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/decorators/operations/operationId.ts.

Overview

ts
function OperationId(operationId: string): (...args: any[]) => any;

Description

Set a swagger operationId explicitly.

Released under the MIT License.