Skip to content

getOperationsRoutes

@tsed/schema

Usage

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

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

Overview

ts
function getOperationsRoutes<Entity extends JsonMethodStore = JsonMethodStore>(token: Type<any> | any, options?: GetOperationsRoutesOptions): JsonOperationRoute<Entity>[];

Released under the MIT License.