Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/utils/interface-get-operations-routes-options.md for this page in Markdown format
GetOperationsRoutesOptions
@tsed/schema
Usage
typescript
import { GetOperationsRoutesOptions } from "@tsed/schema";See /packages/specs/schema/src/utils/getOperationsRoutes.ts.
Overview
ts
interface GetOperationsRoutesOptions {
withChildren?: boolean;
basePath?: string;
allowedVerbs?: OperationVerbs[];
}withChildren
ts
withChildren?: boolean;basePath
ts
basePath?: string;allowedVerbs
ts
allowedVerbs?: OperationVerbs[];