Type Parameters

  • T extends {} = {}

Hierarchy

  • Document

Properties

basePath?: string
consumes?: MimeTypes
definitions?: DefinitionsObject
host?: string
produces?: MimeTypes
schemes?: string[]
securityDefinitions?: SecurityDefinitionsObject
swagger: string
x-express-openapi-additional-middleware?: (((request: any, response: any, next: any) => Promise<void>) | ((request: any, response: any, next: any) => void))[]
x-express-openapi-validation-strict?: boolean

Generated using TypeDoc