---
url: /api/specs/openapi-utils/types/interfaces/type-open-api-settings.md
description: api documentation of OpenApiSettings from @tsed/openapi-utils
---

## Usage

```typescript
import { OpenApiSettings } from "@tsed/specs/openapi-utils/src/interfaces/OpenApiSettings";
```

> See [/packages/specs/openapi-utils/src/interfaces/OpenApiSettings.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/specs/openapi-utils/src/interfaces/OpenApiSettings.ts#L0-L0).

## Overview

```ts
type OpenApiSettings = Swagger2Settings | OpenAPI3Settings;
```
