Type alias ControllersSwaggerBaseDocument

ControllersSwaggerBaseDocument: Pick<Pick<Document, Exclude<keyof Document, "paths">>, Exclude<keyof Pick<Document, Exclude<keyof Document, "paths">>, "openapi">>

Base document of an 'IControllersSwaggerOptions' object.

Generated using TypeDoc