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

## Usage

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

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

## Overview

```ts
type SwaggerOS3Settings = OpenAPI3Settings;
```
