UNPKG

koas-swagger-ui

Version:

Koas Swagger UI serves Swagger UI. This requires the `specURL` variable to have been set on the `ctx.openApi` object. Typically this is done by combining it with [`koas-spec-handler`][].

5 lines (4 loc) 131 B
export declare enum SwaggerUIBundlePreset { apis = "SwaggerUIBundle.presets.apis", base = "SwaggerUIBundle.presets.base" }