Type Parameters

  • T extends {} = {}

Hierarchy

  • Document

Properties

openapi: string
paths: OpenAPIV3.PathsObject<T, {}>
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