interface SwaggerUiOptions
Since 0.1.0

Options for Swagger UI HTML generation.

Properties

readonly
specUrl: string

The URL of the OpenAPI spec JSON.

readonly
optional
title: string

The title of the page.

Usage

import { type SwaggerUiOptions } from "openapi-plugin/src/index.ts";