Skip to content

Docs

@tsed/openapi-utils

Usage

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

See /packages/specs/openapi-utils/src/decorators/docs.ts.

Overview

ts
function Docs(...docs: string[]): Function;

Description

Set the type documentation for this class.

See swagger documentation

Released under the MIT License.