Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwaggerV2DocBlock<TDetails>

A general Swagger V2 documentation block.

Type parameters

  • TDetails: object

Hierarchy

Index

Properties

Optional description

description: string

The summary.

details

details: TDetails | false | null | undefined

The details.

jsDoc

jsDoc: Annotation

The underlying JSDoc annotation.

type

type: string

The type.

Generated using TypeDoc