UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

8 lines (7 loc) 260 B
import { OpenAPIObject } from './open-api-spec.interface'; import { SwaggerUiOptions } from './swagger-ui-options.interface'; export interface SwaggerUIInitOptions { swaggerDoc: OpenAPIObject; customOptions: SwaggerUiOptions; swaggerUrl: string; }