Skip to content

getOperationId

@tsed/schema

Usage

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

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

Overview

ts
function getOperationId(path: string, { store, operationIdFormatter }: JsonSchemaOptions): any;

Released under the MIT License.