Skip to content

OpenAPI3Settings

@tsed/openapi-utils

Usage

typescript
import { OpenAPI3Settings } from "@tsed/openapi-utils";

See /packages/specs/openapi-utils/src/interfaces/OpenApiSettings.ts.

Overview

ts
interface OpenAPI3Settings extends OpenApiSettingsBase {
    specVersion?: OS3Versions;
    spec?: Partial<OpenSpec3>;
}

specVersion

ts
specVersion?: OS3Versions;

spec

ts
spec?: Partial<OpenSpec3>;

OpenSpec 3

Released under the MIT License.