---
url: /api/specs/swagger/types/interfaces/type-swagger-os-2-settings.md
description: api documentation of SwaggerOS2Settings from @tsed/swagger
---

## Usage

```typescript
import { SwaggerOS2Settings } from "@tsed/specs/swagger/src/interfaces/SwaggerSettings";
```

> See [/packages/specs/swagger/src/interfaces/SwaggerSettings.ts](https://github.com/tsedio/tsed/blob/v8.38.7/packages/specs/swagger/src/interfaces/SwaggerSettings.ts#L0-L0).

## Overview

```ts
type SwaggerOS2Settings = Swagger2Settings;
```
