Interface ILoadSwaggerDocumentationResult

A result of a loadSwaggerDocumentation() or loadSwaggerDocumentationSync() call.

interface ILoadSwaggerDocumentationResult {
    baseDocument: ControllersSwaggerBaseDocument;
}

Properties

Properties

baseDocument: ControllersSwaggerBaseDocument

The base document.

Generated using TypeDoc