---
meta:
 - name: keywords
   description: api typescript node.js documentation GetOperationsRoutesOptions interface
---
# GetOperationsRoutesOptions - @tsed/schema

## Usage

```typescript
import { GetOperationsRoutesOptions } from "@tsed/schema";
```

> See [/packages/specs/schema/src/utils/getOperationsRoutes.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/utils/getOperationsRoutes.ts#L0-L0).

## Overview

```ts
interface GetOperationsRoutesOptions {
    withChildren?: boolean;
    basePath?: string;
    allowedVerbs?: OperationVerbs[];
}
```

<!-- Members -->

## withChildren

```ts
withChildren?: boolean;
```

## basePath

```ts
basePath?: string;
```

## allowedVerbs

```ts
allowedVerbs?: OperationVerbs[];
```
